Windows.Media.Playback.MediaPlayer.Position
February 8, 2017 · View on GitHub
-description
Gets or sets the playback position within the media.
Note
MediaPlayer.Position may be altered or unavailable after Windows 10, version 1607. Instead, use the MediaPlayer.PlaybackSession property to get a MediaPlaybackSession object and then use the MediaPlaybackSession.Position property.
-property-value
The playback position within the media.
-remarks
The position can't be moved forward while a MediaPlaybackItem with CanSkip set to false is playing. Attempting to do so will cause an exception to be thrown.