Share via


SeekingCaps.CanGetCurrentPosition Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can report its current position.

Definition

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

Property Value

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

This property is read-only.