Members
(inner, constant) DeviceTypes :String
Available device types
Properties:
Name | Type | Description |
---|---|---|
USB |
String |
USB |
HDMI |
String |
HDMI |
Other |
String |
OTHER |
Microphone |
String |
MIC |
HotWord |
String |
HOTWORD |
LineOut |
String |
LINEOUT |
Headphone |
String |
HEADPHONE |
Bluetooth |
String |
BLUETOOTH |
FrontMicrophone |
String |
FRONT_MIC |
RearMicrophone |
String |
REAR_MIC |
InternalMicrophone |
String |
INTERNAL_MIC |
KeyboardMicrophone |
String |
KEYBOARD_MIC |
InternalSpeaker |
String |
INTERNAL_SPEAKER |
PostMixLoopBack |
String |
POST_MIX_LOOPBACK |
PostDSPLoopBack |
String |
POST_DSP_LOOPBACK |
(inner, constant) StreamTypes :String
Stream types
Properties:
Name | Type | Description |
---|---|---|
Input |
String |
INPUT |
Output |
String |
OUTPUT |
Type Definitions
AudioDeviceProperties :Object
Properties:
Name | Type | Description |
---|---|---|
level |
integer |
The level of the audio to set between 0 and 1. |
DeviceIdLists :Object
Properties:
Name | Type | Description |
---|---|---|
input |
InputDeviceList | |
output |
OutputDeviceList |
Filter :Object
Properties:
Name | Type | Description |
---|---|---|
streamTypes |
Array.<module:Audio~StreamTypes> | |
isActive |
boolean |