Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 823 Bytes

mediastreamsource_canseek.md

File metadata and controls

27 lines (18 loc) · 823 Bytes
-api-id -api-type
P:Windows.Media.Core.MediaStreamSource.CanSeek
winrt property

Windows.Media.Core.MediaStreamSource.CanSeek

-description

Gets or sets whether or not the application supports changing its position in the media time-line.

-property-value

true if the application supports changing its position in the media time-line; otherwise, false. The default value is false.

-remarks

Setting the CanSeek property to true implies that the application is able to handle a Starting event that specifies a start offset other than the current position.

The default value is false.

Applications are allowed to change the value of this property at any time.

-examples

-see-also