TimedMetadataPresentationModeChangedEventArgs クラス

定義

public ref class TimedMetadataPresentationModeChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TimedMetadataPresentationModeChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TimedMetadataPresentationModeChangedEventArgs
Public NotInheritable Class TimedMetadataPresentationModeChangedEventArgs
継承
Object Platform::Object IInspectable TimedMetadataPresentationModeChangedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

MediaPlaybackTimedMetadataTrackList.PresentationModeChanged イベントを処理して、このクラスのインスタンスを取得します。

プロパティ

NewPresentationMode

新しいプレゼンテーション モードを取得します。

OldPresentationMode

古いプレゼンテーション モードを取得します。

Track

プレゼンテーション モードの変更に関連付けられている TimedMetadataTrack を取得します。

適用対象