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.

PropertyDescription

deviceId

The unique identifier for the device.

groupId

Returns the group identifier of the represented device.

kind

Describes the kind of the represented device.

label

A label describing the device.

 

See also

MediaDeviceInfo

 

 

Show: