Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 897 Bytes

mediaplaybacksession_position.md

File metadata and controls

23 lines (16 loc) · 897 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackSession.Position
winrt property

Windows.Media.Playback.MediaPlaybackSession.Position

-description

Gets or sets the current playback position within the currently playing media.

-property-value

The current playback position within the currently playing media.

-remarks

Note that after you call MediaPlayer.Pause, the time represented by the Position property may not be precisely accurate. Apps that need a frame-accurate position value, such as media editors, should call MediaPlayer.StepForwardOneFrame immediately after calling Pause before reading the Position value.

-examples

-see-also