Buffer.Status Property (Microsoft.DirectX.DirectSound)

Retrieves the status of the sound buffer.

Definition

Visual Basic Public ReadOnly Property Status As BufferStatus
C# public BufferStatus Status { get; }
C++ public:
property BufferStatus Status {
        BufferStatus get();
}
JScript public function get Status() : BufferStatus

Property Value

Microsoft.DirectX.DirectSound.BufferStatus
A BufferStatus object that contains the status of the sound buffer.

This property is read-only. 

Remarks

BufferStatus.Playing is set if the buffer is being heard. Because of latency, a call to Buffer.Play or Buffer.Stop might not immediately change the status.

Applies To

SecondaryBuffer