MediaDeviceInfo object
Represents a function that is called from enumerateDevices with information about input and output devices.
Syntax
enumerateDevices (resultCallback);
DOM Information
Inheritance Hierarchy
MediaDeviceInfo
MediaDeviceInfo
Members
The MediaDeviceInfo object has these types of members:
Properties
The MediaDeviceInfo object has these properties.
| Property | Description |
|---|---|
|
The unique identifier for the device. | |
|
Returns the group identifier of the represented device. | |
|
Describes the kind of the represented device. | |
|
A label describing the device. |
See also
Show: