Platform SDK: DirectX

DSCBUFFERDESC

The DSCBUFFERDESC type describes a capture buffer and is used by the DirectSoundCapture.CreateCaptureBuffer method.

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

Members

fxFormat
WAVEFORMATEX type containing the format in which to capture the data.
lBufferBytes
Size of capture buffer to create, in bytes.
lFlags
Flag specifying device capabilities. One of the constants of the CONST_DSCBCAPSFLAGS enumeration.