| Microsoft DirectX 8.1 (Visual Basic) | 
The DSCBUFFERDESC type describes a capture buffer. Used by the DirectSoundCapture8.CreateCaptureBuffer method.
Syntax
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.