Share via


SeekingCaps.CanSeekBackwards Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can seek backward

Definition

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

Property Value

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

This property is read-only.