DSCBCAPS
The DSCBCAPS type is used by the DirectSoundCaptureBuffer.GetCaps method.
Type DSCBCAPS
lBufferBytes As Long
lFlags As CONST_DSCBCAPSFLAGS
lReserved As Long
End Type
Members
- lBufferBytes
- The size, in bytes, of the capture buffer.
- lFlags
- Specifies device capabilities. Can be zero or the following flag from the CONST_DSCBCAPSFLAGS enumeration:
- DSCBCAPS_WAVEMAPPED
- The Win32 wave mapper will be used for formats not supported by the device.
- lReserved
- Reserved for future use.