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.
(device-id this)
Property.
The deviceId readonly property of the media.MediaDeviceInfo
returns a dom.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. The deviceId readonly property of the `media.MediaDeviceInfo` returns a `dom.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`
(group-id this)
Property.
The groupId readonly property of the media.MediaDeviceInfo
returns a dom.DOMString
that is a group identifier.
var groupID = mediaDeviceInfo.groupId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId
Property. The groupId readonly property of the `media.MediaDeviceInfo` returns a `dom.DOMString` that is a group identifier. `var groupID = mediaDeviceInfo.groupId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId`
(kind this)
Property.
The kind readonly property of the media.MediaDeviceInfo
interface
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. The kind readonly property of the `media.MediaDeviceInfo` interface 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`
(label this)
Property.
The label readonlyinline property of the media.MediaDeviceInfo
returns a dom.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. The label readonlyinline property of the `media.MediaDeviceInfo` returns a `dom.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`
(set-device-id! this val)
Property.
The deviceId readonly property of the media.MediaDeviceInfo
returns a dom.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. The deviceId readonly property of the `media.MediaDeviceInfo` returns a `dom.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`
(set-group-id! this val)
Property.
The groupId readonly property of the media.MediaDeviceInfo
returns a dom.DOMString
that is a group identifier.
var groupID = mediaDeviceInfo.groupId;
See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId
Property. The groupId readonly property of the `media.MediaDeviceInfo` returns a `dom.DOMString` that is a group identifier. `var groupID = mediaDeviceInfo.groupId;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaDeviceInfo/groupId`
(set-kind! this val)
Property.
The kind readonly property of the media.MediaDeviceInfo
interface
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. The kind readonly property of the `media.MediaDeviceInfo` interface 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`
(set-label! this val)
Property.
The label readonlyinline property of the media.MediaDeviceInfo
returns a dom.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. The label readonlyinline property of the `media.MediaDeviceInfo` returns a `dom.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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close