Microsoft DirectX 8.0 (Visual Basic)

DSCCAPS

Describes the capabilities of the capture device. Used by the DirectSoundCapture8.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.