MediaPlayer.PlaybackMediaMarkers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得媒體的時間軸標記集合。
注意
MediaPlayer.PlaybackMediaMarkers可能會在 Windows 10 1607 版之後變更或無法使用。 請改用 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
屬性值
媒體的時間軸標記集合。
- 屬性