AudioDeviceInfo interface
Information about a microphone or speaker device.
Properties
device |
Get this audio device type. |
id | Get Id of this audio device. |
is |
Is this the systems default audio device. |
name | Get the name of this audio device. |
Property Details
deviceType
id
Get Id of this audio device.
id: string
Property Value
string
isSystemDefault
Is this the systems default audio device.
isSystemDefault: boolean
Property Value
boolean
name
Get the name of this audio device.
name: string
Property Value
string