Liking cljdoc? Tell your friends :D
ClojureScript only.

web.video.MediaDeviceInfo

The MediaDevicesInfo interface contains information that describes single media input or output device.

The MediaDevicesInfo interface contains information that describes
single media input or output device.
raw docstring

device-idcljs

(device-id this)

Property.

[Read Only] [Experimental]

The deviceId readonly property of the web.video.MediaDeviceInfo returns a web.DOMString that is an identifier for the represented and is persisted across sessions.

var deviceID = MediaDeviceInfo.deviceId

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/deviceId

Property.

[Read Only]
[Experimental]

The deviceId readonly property of the `web.video.MediaDeviceInfo`
returns a `web.DOMString` that is an identifier for the represented
and is persisted across sessions.

`var deviceID = MediaDeviceInfo.deviceId`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/deviceId`
sourceraw docstring

group-idcljs

(group-id this)

Property.

[Read Only]

The groupId readonly property of the web.video.MediaDeviceInfo returns a web.DOMString that is a group identifier.

var groupID = mediaDeviceInfo.groupId;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId

Property.

[Read Only]

The groupId readonly property of the `web.video.MediaDeviceInfo`
returns a `web.DOMString` that is a group identifier.

`var groupID = mediaDeviceInfo.groupId;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId`
sourceraw docstring

kindcljs

(kind this)

Property.

[Read Only] [Experimental]

The kind readonly property of the web.video.MediaDeviceInfo returns an enumerated value, that is either "videoinput", "audioinput" "audiooutput".

var kind = MediaDeviceInfo.kind

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/kind

Property.

[Read Only]
[Experimental]

The kind readonly property of the `web.video.MediaDeviceInfo`
returns an enumerated value, that is either \"videoinput\", \"audioinput\"
\"audiooutput\".

`var kind = MediaDeviceInfo.kind`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/kind`
sourceraw docstring

labelcljs

(label this)

Property.

[Read Only]

The label readonlyinline property of the web.video.MediaDeviceInfo returns a web.DOMString, that is a label describing this device example "External USB Webcam").

var label = MediaDeviceInfo.label;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/label

Property.

[Read Only]

The label readonlyinline property of the `web.video.MediaDeviceInfo`
returns a `web.DOMString`, that is a label describing this device
example \"External USB Webcam\").

`var label = MediaDeviceInfo.label;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/label`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close