AudioDeviceState
Defined in: system/system.ts:43
This enum is used for #system/System System Class getAudioDevices method’s second parameter.
Basic Usage
Section titled “Basic Usage”var XJS = require('xjs');XJS.System.getAudioDevices(..., XJS.AudioDeviceState.ACTIVE);Enumeration Members
Section titled “Enumeration Members”ACTIVE
Section titled “ACTIVE”ACTIVE:
1
Defined in: system/system.ts:44
ALL:
15
Defined in: system/system.ts:48
DISABLED
Section titled “DISABLED”DISABLED:
2
Defined in: system/system.ts:45
NOTPRESENT
Section titled “NOTPRESENT”NOTPRESENT:
8
Defined in: system/system.ts:47
UNPLUGGED
Section titled “UNPLUGGED”UNPLUGGED:
4
Defined in: system/system.ts:46