Microsoft DirectX 8.1 (Visual Basic)

CONST_DVSOUNDEFFECT

Used in the lFlags member of the DVSOUNDDEVICECONFIG type to control sound behavior.

Enum CONST_DVSOUNDEFFECT
    DVSOUNDCONFIG_AUTOSELECT = 2
    DVSOUNDCONFIG_HALFDUPLEX = 4
    DVSOUNDCONFIG_NOFOCUS = 536870912 (&H20000000)
    DVSOUNDCONFIG_NORECVOLAVAILABLE = 16 (&H10)
    DVSOUNDCONFIG_NORMALMODE = 1
    DVSOUNDCONFIG_SETCONVERSIONQUALITY = 8
    DVSOUNDCONFIG_STRICTFOCUS = 1073741824 (&H40000000)
End Enum

Constants

DVSOUNDCONFIG_AUTOSELECT
Tell Microsoft® DirectPlay® Voice to attempt to automatically select (or unmute) the microphone line in the mixer for the specified recording device.
DVSOUNDCONFIG_HALFDUPLEX
Tell DirectPlay Voice to initialize itself in half-duplex mode. In half-duplex mode no recording takes place. If the initialization of the sound system fails in full-duplex mode, this flag will be set by the system.
DVSOUNDCONFIG_NOFOCUS
Not enabled for this release.
DVSOUNDCONFIG_NORECVOLAVAILABLE
Indicate that the recording volume cannot be modified.
DVSOUNDCONFIG_NORMALMODE
Tell DirectPlay Voice to use Microsoft DirectSound® Normal Mode when initializing the DirectSound object. If this flag is not specified the DirectSound object is initialized with DirectSound Priority Mode. See documentation for DirectSound8.SetCooperativeLevel for more information.
DVSOUNDCONFIG_SETCONVERSIONQUALITY
Enable better quality audio at the expense of higher CPU usage.
DVSOUNDCONFIG_STRICTFOCUS
Not enabled for this release.