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.CanSeekToMarkersPossible Values
This property is read-only with no default value.
bSeekToMarkers Boolean value specifying whether markers in the file can be located with a seek operation. If true, the file can seek to markers. 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
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.