Microsoft DirectX 8.1 (Visual Basic)

CONST_DSCCAPSFLAGS

The CONST_DSCCAPSFLAGS enumeration is used in the lFlags member of the DSCCAPS type to describe capture device capabilities.

Syntax

Enum CONST_DSCCAPSFLAGS
  DSCCAPS_DEFAULT    =  0 
  DSCCAPS_EMULDRIVER = 32 (&H20)
End Enum

Constants

DSCCAPS_DEFAULT

The device is capable of DirectSound capture.

DSCCAPS_EMULDRIVER

There is no capable driver for the device, so the standard wave audio functions are being used.