Microsoft DirectX 8.1 (Visual Basic)

DSCCAPS

The DSCCAPS type describes the capabilities of the capture device. Used by the DirectSoundCapture8.GetCaps method.

Syntax

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.