Share via


SeekingCaps.CanGetDuration Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves whether the stream can report its duration.

Definition

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

Property Value

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

This property is read-only.