Liking cljdoc? Tell your friends :D

web.audio.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.

The deviceId readonly property of the web.audio.MediaDeviceInfo returns a web.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 `web.audio.MediaDeviceInfo`
returns a `web.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`
sourceraw docstring

group-idcljs

(group-id this)

Property.

The groupId readonly property of the web.audio.MediaDeviceInfo returns a web.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 `web.audio.MediaDeviceInfo`
returns a `web.dom.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.

The kind readonly property of the web.audio.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.

The kind readonly property of the `web.audio.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.

The label readonlyinline property of the web.audio.MediaDeviceInfo returns a web.dom.DOMString, that is a label describing this (for 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 `web.audio.MediaDeviceInfo`
returns a `web.dom.DOMString`, that is a label describing this
(for example \"External USB Webcam\").

`var label = MediaDeviceInfo.label;`

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

set-device-id!cljs

(set-device-id! this val)

Property.

The deviceId readonly property of the web.audio.MediaDeviceInfo returns a web.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 `web.audio.MediaDeviceInfo`
returns a `web.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`
sourceraw docstring

set-group-id!cljs

(set-group-id! this val)

Property.

The groupId readonly property of the web.audio.MediaDeviceInfo returns a web.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 `web.audio.MediaDeviceInfo`
returns a `web.dom.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

set-kind!cljs

(set-kind! this val)

Property.

The kind readonly property of the web.audio.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.

The kind readonly property of the `web.audio.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

set-label!cljs

(set-label! this val)

Property.

The label readonlyinline property of the web.audio.MediaDeviceInfo returns a web.dom.DOMString, that is a label describing this (for 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 `web.audio.MediaDeviceInfo`
returns a `web.dom.DOMString`, that is a label describing this
(for 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