AudioDeviceInfo

The AudioDeviceInfo class that contains the ID, name and type of the audio devices.

export class AudioDeviceInfo {
  deviceId?: string;
  deviceTypeName?: string;
  deviceName?: string;
}

Attributes

deviceId
The device ID.
deviceName
The device name.
deviceTypeName
Output parameter; indicates the type of audio devices, such as built-in, USB and HDMI.