TDSBCaps
Unit

DDirectSound

Declaration

TDSBCaps = record

    dwSize: Longint;
    dwFlags: Longint;
    dwBufferBytes: Longint;
    dwUnlockTransferRate: Longint;
    dwPlayCpuOverhead: Longint;
end ;
PDSBCaps = ^TDSBCaps;

Description

The TDSBCaps structure specifies specifies the capabilities of a DirectSound buffer object.

See DSBCAPS for more information.