Microsoft DirectX 8.0 (Visual Basic)

CONST_DSCCAPSFLAGS

Used in the lFlags member of the DSCCAPS type to describe capture device capabilities.

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.