CanSeekToMarkers

Description

Returns a Boolean value specifying whether the current file has the ability to seek to a marker.

Syntax
object.CanSeekToMarkers

Remarks

You can seek to a marker only if the file contains markers and it is stored either locally or on a NetShow unicast server (not on an HTTP server or a broadcast using multicast routing).

Seeking by marker is accomplished by using the Next Marker and Previous Marker buttons in the Player application (Nsplayer.exe) or by using the CurrentMarker property.

This property returns False if FileName is not set.

See Also

CanScan, CanSeek

Return to Player Control Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.