BufferStatus.BufferLost Property (Microsoft.DirectX.DirectSound)

Retrieves whether a buffer is lost and must be restored before it is played or locked.

Definition

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

Property Value

System.Boolean
Value that is set to true if a buffer is lost and must be restored; otherwise, false.

This property is read-only.