TDSCCaps
Unit

DDirectSound

Declaration

TDSCCaps = record

    dwSize: Longint;
    dwFlags: Longint;
    dwFormats: Longint;
    dwChannels: Longint;
end ;
PDSCCaps = ^TDSCCaps;

Description

The TDSCCaps structure specifies the capabilities of a DirectSoundCapture device.

See DSCCAPS for more information.