MediaPlaybackSession.CanSeek 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 a value that indicates whether the current playback position of the media can be changed by setting the value of the MediaPlayer.Position property.
public:
property bool CanSeek { bool get(); };
bool CanSeek();
public bool CanSeek { get; }
var boolean = mediaPlaybackSession.canSeek;
Public ReadOnly Property CanSeek As Boolean
Property Value
Boolean
bool
True if the current playback position of the media can be changed; otherwise, false.