MediaPlayer.PlaybackMediaMarkers プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メディアのタイムライン マーカーのコレクションを取得します。
Note
MediaPlayer.PlaybackMediaMarkers は、バージョン 1607 Windows 10後に変更または使用できない場合があります。 代わりに、 MediaPlaybackItem.TimedMetadataTracks を使用して、データまたはテキストキューを管理します。詳細については、「 MediaSource を使用したメディア再生」を参照してください。
public:
property PlaybackMediaMarkerSequence ^ PlaybackMediaMarkers { PlaybackMediaMarkerSequence ^ get(); };
PlaybackMediaMarkerSequence PlaybackMediaMarkers();
/// [get: Windows.Foundation.Metadata.Deprecated("Use media tracks on MediaPlaybackItem instead of PlaybackMediaMarkers. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")]
PlaybackMediaMarkerSequence PlaybackMediaMarkers();
public PlaybackMediaMarkerSequence PlaybackMediaMarkers { get; }
public PlaybackMediaMarkerSequence PlaybackMediaMarkers { [Windows.Foundation.Metadata.Deprecated("Use media tracks on MediaPlaybackItem instead of PlaybackMediaMarkers. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.Foundation.UniversalApiContract")] get; }
var playbackMediaMarkerSequence = mediaPlayer.playbackMediaMarkers;
Public ReadOnly Property PlaybackMediaMarkers As PlaybackMediaMarkerSequence
プロパティ値
メディアのタイムライン マーカーのコレクション。
- 属性