Buffer.Status Property

Language:

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

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center