[ type ] AudioDevice

Description:

Represents an audio input or output device, such as a microphone, audio card, etc.

Type: Object

Properties:

Name Type Description

name

string

Name of the audio device (required when setting an audio input device).

[id]

string

ID of the audio device.

[formats]

Array.<AudioFormat>

List of available audio formats provided when retrieving a list of installed audio devices.

[format]

AudioFormat

Specifies the chosen audio format to use when setting audio input device.

Also See: