CaptureBufferDescription Structure (Microsoft.DirectX.DirectSound)

Contains properties that describe a CaptureBuffer object.

Definition

Visual Basic Public Structure CaptureBufferDescription
C# public struct CaptureBufferDescription 
C++ public value class CaptureBufferDescription sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Methods

Method Description
CaptureBufferDescription Initializes a new instance of the CaptureBufferDescription structure.
ToString Obtains a string representation of the current instance.

Properties

Property Description
BufferBytes Retrieves and sets the size of the capture buffer to create, in bytes.
CaptureEffectDescription Retrieves and sets an array of CaptureEffectDescription structures that describe capture effects supported by the CaptureBuffer object.
ControlEffects Retrieves and sets whether the CaptureBuffer object supports capture effects.
Format Retrieves and sets the format in which to capture the audio data.
WaveMapped Retrieves and sets whether the Microsoft Win32 wave mapper will be used for formats not supported by the device.

Structure Information

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

See Also