Platform SDK: DirectX

DSCCAPS

The DSCCAPS type describes the capabilities of the capture device and is used by the DirectSoundCapture.GetCaps method.

Type DSCCAPS
    lChannels As Long
    lFlags As CONST_DSCCAPSFLAGS
    lFormats As CONST_WAVEFORMATFLAGS
End Type

Members

lChannels
Number of channels supported by the device, where 1 is mono, 2 is stereo, and so on.
lFlags
Device capabilities. One of the members of the CONST_DSCCAPSFLAGS enumeration.
lFormats
Standard formats that are supported. One or more of the constants of the CONST_WAVEFORMATFLAGS enumeration.