CanSeekToMarkers

This property indicates 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 Windows Media server (for example, not on an HTTP server or broadcast by using multicast routing).

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

Requirements

OS Versions: Windows CE 3.0 and later.

See Also

Windows Media Player Properties | Compatibility Modes | Playback Methods and Properties

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.