Microsoft Windows CE 3.0  

CanSeekToMarkers

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves a value specifying whether markers in the file can be located with a seek operation.

Compatibility:Windows Media Player

[
bSeekToMarkers
= ] MediaPlayer.CanSeekToMarkers

Parameters

bSeekToMarkers
Boolean value specifying whether markers in the file can be located with a seek operation. If true, the file can seek to markers. This property is read-only with no default value.

Remarks

You can seek to a marker only if the file contains markers and is either stored locally or on a Microsoft Windows Media server (i.e. not on an HTTP server or broadcast by using multicast routing).

The value of this property is false if the FileNameproperty is not set.

See Also

Playback Methods and Properties