Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 878 Bytes

mediaplaybackitem_starttime.md

File metadata and controls

23 lines (16 loc) · 878 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackItem.StartTime
winrt property

Windows.Media.Playback.MediaPlaybackItem.StartTime

-description

Gets the position within the MediaPlaybackItem where playback should begin.

-property-value

The position within the MediaPlaybackItem where playback should begin.

-remarks

Set this value by using the MediaPlaybackItem(MediaSource, TimeSpan) or MediaPlaybackItem(MediaSource, TimeSpan, TimeSpan) constructor to specify that playback of the MediaPlaybackItem should begin at a position other than the start of the item.

-examples

-see-also