[ type ] AudioDevice
Description:
Represents an audio input or output device, such as a microphone, audio card, etc.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
string | Name of the audio device (required when setting an audio input device). |
|
string | ID of the audio device. |
|
Array.<AudioFormat> | List of available audio formats provided when retrieving a list of installed audio devices. |
|
Specifies the chosen audio format to use when setting audio input device. |
