BufferStatus Structure (Microsoft.DirectX.DirectSound)
Contains properties that describe the status of a buffer.
Visual Basic Public Structure BufferStatus C# public struct BufferStatus C++ public value class BufferStatus sealed JScript In JScript, you can use structures, but you cannot define your own.
The following table lists the members exposed by the object.
Methods
Method Description BufferStatus Initializes a new instance of the BufferStatus structure. ToString Obtains a string representation of the current instance. Properties
Property Description BufferLost Retrieves whether a buffer is lost and must be restored before it is played or locked. LocatedInHardware Retrieves whether a buffer is located in hardware. LocatedInSoftware Retrieves whether a buffer is located in software. Looping Retrieves whether the buffer is looping. Playing Retrieves whether the buffer is playing. Terminated Retrieves whether the buffer has terminated.
Namespace Microsoft.DirectX.DirectSound Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll) Strong Name Microsoft.DirectX.DirectSound, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show: