Share via


SeekingCaps.CanSeekForwards Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can seek forward.

Definition

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

Property Value

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

This property is read-only.