Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: CanSeek
*Next Topic: CaptioningID

CanSeekToMarkers Property

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

Syntax

[ bSeekToMarkers = ] MediaPlayer.CanSeekToMarkers

Possible Values

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 it is stored either locally or on a Microsoft® NetShow™ unicast server (not on an HTTP server or broadcast by using multicast routing).

Seeking to a marker is accomplished in the Microsoft® Windows Media™ Player by choosing Go To from the Play menu, or in an application by setting the CurrentMarker property.

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

See Also

Playback Methods and Properties


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.