Microsoft DirectX 8.0 (Visual Basic)

DSCBUFFERDESC

Describes a capture buffer. Used by the DirectSoundCapture8.CreateCaptureBuffer method.

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

Members

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