DDirectSound
TDSCBufferDesc = record
dwSize: Longint;
dwFlags: Longint;
dwBufferBytes: Longint;
dwReserved: Longint;
lpwfxFormat: PWaveFormatEx;
end ;
PDSCBufferDesc = ^TDSCBufferDesc;
The TDSCBufferDesc structure describes the necessary characteristics of a new DirectSoundCaptureBuffer object.
See DSCBufferDesc for more information.