SeekingCaps.CanGetStopPosition Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can report its stop position.

Definition

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

Property Value

System.Boolean
A value that is set to true if the stream can report its stop position; otherwise, false.

This property is read-only.