CanSeekToMarkers Property

Returns a Boolean value specifying whether or not markers in the file can be located with a seek operation.

Syntax

MediaPlayer.CanSeek

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 broadcast by using multicast routing).

Seeking by marker is accomplished by using the Next Marker and Previous Marker buttons in the Player application, or by using the CurrentMarker property.

This property returns False if FileName is not set.

© 1996-1998 Microsoft Corporation. All rights reserved.