MediaPlayer.PlaybackMediaMarkers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of timeline markers for the media.
Note
MediaPlayer.PlaybackMediaMarkers may be altered or unavailable after Windows 10, version 1607. Instead, use MediaPlaybackItem.TimedMetadataTracks to manage data or text cues. For more information, see Media playback with 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
Property Value
The collection of timeline markers for the media.
- Attributes