Microsoft DirectX 9.0 SDK Update (October 2004)

Buffer.Status Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the status of the sound buffer.

Definition

Visual Basic .NET Public ReadOnly Property Status As BufferStatus
C# public BufferStatus Status { get; }
Managed C++ public: __property BufferStatus get_Status();
JScript .NET 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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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