DirectX SDK

DSCBUFFERDESC

The DSCBUFFERDESC type is used by the DirectSoundCapture.CreateCaptureBuffer method.

Type DSCBUFFERDESC
    fxFormat As WAVEFORMATEX
    lBufferBytes As Long
    lFlags As CONST_DSCBCAPSFLAGS
End Type

Members

fxFormat
Pointer to a WAVEFORMATEX type containing the format in which to capture the data.
lBufferBytes
Size of capture buffer to create, in bytes.
lFlags
Specifies device capabilities. Can be zero or one of the constants of the CONST_DSCBCAPSFLAGS enumeration.