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: stringProperty Value
string
		isSystemDefault
	  
	Is this the systems default audio device.
isSystemDefault: booleanProperty Value
boolean
name
Get the name of this audio device.
name: stringProperty Value
string