Liking cljdoc? Tell your friends :D

web.video.OverconstrainedError

The OverconstrainedError interface of the Media Capture and Streams indicates that the set of desired capabilities for the current cannot currently be met. When this event is thrown on a MediaStreamTrack, is muted until either the current constraints can be established until satisfiable constraints are applied.

The OverconstrainedError interface of the Media Capture and Streams
indicates that the set of desired capabilities for the current
cannot currently be met. When this event is thrown on a MediaStreamTrack,
is muted until either the current constraints can be established
until satisfiable constraints are applied.
raw docstring

constraintcljs

(constraint this)

Property.

[Read Only] [Draft] [Experimental]

The constraint read-only property of the web.video.OverconstrainedError returns the constraint that was supplied in the constructor, the contraint that was not satisfied.

var constraint = Overconstrainederror.constraint;

See also: https://developer.mozilla.org/en-US/docs/Web/API/OverconstrainedError/constraint

Property.

[Read Only]
[Draft]
[Experimental]

The constraint read-only property of the `web.video.OverconstrainedError`
returns the constraint that was supplied in the constructor,
the contraint that was not satisfied.

`var constraint = Overconstrainederror.constraint;`

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

constructorcljs

(constructor & args)

Constructor.

The OverconstrainedError constructor creates a new web.video.OverconstrainedError object which indicates that the set of desired capabilities for the current web.video.MediaStreamTrack cannot currently be met. When this event is thrown on a MediaStreamTrack, it is muted until either the current constraints can be established or until satisfiable constraints are applied.

constraint The constraint that was not satified. message Text for the error's message property.

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

Constructor.

The OverconstrainedError constructor creates a new `web.video.OverconstrainedError` object which indicates that the set of desired capabilities for the current `web.video.MediaStreamTrack` cannot currently be met. When this event is thrown on a MediaStreamTrack, it is muted until either the current constraints can be established or until satisfiable constraints are applied.

constraint
The constraint that was not satified.
message
Text for the error's message property.

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

messagecljs

(message this)

Property.

[Read Only] [Draft] [Experimental]

The message read-only property of the web.video.OverconstrainedError returns the text supplied in the constructor.

var message = OverconstrainedError.message;

See also: https://developer.mozilla.org/en-US/docs/Web/API/OverconstrainedError/message

Property.

[Read Only]
[Draft]
[Experimental]

The message read-only property of the `web.video.OverconstrainedError`
returns the text supplied in the constructor.

`var message = OverconstrainedError.message;`

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

namecljs

(name this)

Property.

[Read Only] [Draft] [Experimental]

The name read-only property of the web.video.OverconstrainedError will always return 'OverconstrainedError'.

var name = OverconstrainedError.name;

See also: https://developer.mozilla.org/en-US/docs/Web/API/OverconstrainedError/name

Property.

[Read Only]
[Draft]
[Experimental]

The name read-only property of the `web.video.OverconstrainedError`
will always return 'OverconstrainedError'.

`var name = OverconstrainedError.name;`

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

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

× close