Share via


SeekingCaps.CanSeekAbsolute Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can seek to an absolute position.

Definition

Visual Basic Public ReadOnly Property CanSeekAbsolute As Boolean
C# public bool CanSeekAbsolute { get; }
C++ public:
property bool CanSeekAbsolute {
        bool get();
}
JScript public function get CanSeekAbsolute() : boolean

Property Value

System.Boolean
A value that is set to true if the stream can seek to an absolute position; otherwise, false.

This property is read-only.