MediaPlayer.PlaybackMediaMarkers プロパティ

定義

メディアのタイムライン マーカーのコレクションを取得します。

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

プロパティ値

メディアのタイムライン マーカーのコレクション。

属性

適用対象