TDSCBufferDesc
Unit

DDirectSound

Declaration

TDSCBufferDesc = record

    dwSize: Longint;
    dwFlags: Longint;
    dwBufferBytes: Longint;
    dwReserved: Longint;
    lpwfxFormat: PWaveFormatEx;
end ;
PDSCBufferDesc = ^TDSCBufferDesc;

Description

The TDSCBufferDesc structure describes the necessary characteristics of a new DirectSoundCaptureBuffer object.

See DSCBufferDesc for more information.