DDirectSound
TDSCBCaps = record
dwSize: Longint;
dwFlags: Longint;
dwBufferBytes: Longint;
dwReserved: Longint;
end ;
PDSCBCaps = ^TDSCBCaps;
The TDSCBCaps structure specifies specifies the capabilities of a DirectSound capture buffer object.
See DSCBCAPS for more information.