DDirectSound
TDSCCaps = record
dwSize: Longint;
dwFlags: Longint;
dwFormats: Longint;
dwChannels: Longint;
end ;
PDSCCaps = ^TDSCCaps;
The TDSCCaps structure specifies the capabilities of a DirectSoundCapture device.
See DSCCAPS for more information.