Search completed in 1.06 seconds.
15 results for "overconstrained":
OverconstrainedError.OverconstrainedError() - Web APIs
WebAPIOverconstrainedErrorOverconstrainedError
the overconstrainederror constructor creates a new overconstrainederror object which indicates that the set of desired capabilities for the current mediastreamtrack cannot currently be met.
... syntax var overconstrainederror = new overconstrainederror() parameters constraint the constraint that was not satified.
... specifications specification status comment media capture and streamsthe definition of 'overconstrainederror' in that specification.
OverconstrainedError - Web APIs
WebAPIOverconstrainedError
the overconstrainederror interface of the media capture and streams api indicates that the set of desired capabilities for the current mediastreamtrack cannot currently be met.
... constructor overconstrainederror.overconstrainederror() creates a new overconstrainederror object.
... properties overconstrainederror.constraint read only returns the constraint that was supplied in the constructor, meaning the constraint that was not satisfied.
...And 3 more matches
MediaStreamTrack.onoverconstrained - Web APIs
WebAPIMediaStreamTrackonoverconstrained
the mediastreamtrack.onoverconstrained event handler is a property called when the overconstrained event is received.
... syntax track.onoverconstrained = function; values function is the name of a user-defined function, without the () suffix or any parameters, or an anonymous function declaration, such as function(event) {...}.
... example dc.onoverconstrained = function() { alert("overconstrained event detected!"); }; ...
OverconstrainedError.constraint - Web APIs
WebAPIOverconstrainedErrorconstraint
the constraint read-only property of the overconstrainederror interface returns the constraint that was supplied in the constructor, meaning the contraint that was not satisfied.
... syntax var constraint = overconstrainederror.constraint; value a string specifications specification status comment media capture and streamsthe definition of 'constraint' in that specification.
OverconstrainedError.message - Web APIs
WebAPIOverconstrainedErrormessage
the message read-only property of the overconstrainederror interface returns the text supplied in the constructor.
... syntax var message = overconstrainederror.message; value a domstring.
OverconstrainedError.name - Web APIs
WebAPIOverconstrainedErrorname
the name read-only property of the overconstrainederror interface will always return 'overconstrainederror'.
... syntax var name = overconstrainederror.name; value a domstring.
Index - Web APIs
WebAPIIndex
2473 mediastreamtrack.onoverconstrained api, event handler, property, reference, référence(2), webrtc the mediastreamtrack.onoverconstrained event handler is a property called when the overconstrained event is received.
...the different available values are: 2839 overconstrainederror api, audio, interface, media, media capture and streams api, media streams api, overconstrainederror, reference, video the overconstrainederror interface of the media capture and streams api indicates that the set of desired capabilities for the current mediastreamtrack cannot currently be met.
... 2840 overconstrainederror.overconstrainederror() api, audio, constructor, media, media capture and streams api, media streams api, overconstrainederror, reference, video the overconstrainederror constructor creates a new overconstrainederror object which indicates that the set of desired capabilities for the current mediastreamtrack cannot currently be met.
...And 3 more matches
MediaDevices.getUserMedia() - Web APIs
WebAPIMediaDevicesgetUserMedia
the following demands a minimum resolution of 1280x720: { audio: true, video: { width: { min: 1280 }, height: { min: 720 } } } if no camera exists with this resolution or higher, then the returned promise will be rejected with overconstrainederror, and the user will not be prompted.
... overconstrainederror the specified constraints resulted in no candidate devices which met the criteria requested.
... the error is an object of type overconstrainederror, and has a constraint property whose string value is the name of a constraint which was impossible to meet, and a message property containing a human-readable string explaining the problem.
MediaStreamTrack - Web APIs
WebAPIMediaStreamTrack
overconstrained sent when the constraints specified for the track cause the track to be incompatible and therefore to not be used.
... also available through the onoverconstrained event handler property.
Media Capture and Streams API (Media Stream) - Web APIs
WebAPIMedia Streams API
blobevent canvascapturemediastreamtrack inputdeviceinfo mediadevicekind mediadeviceinfo mediadevices mediastream mediastreamconstraints mediastreamevent mediastreamtrack mediastreamtrackevent mediatrackconstraints mediatracksettings mediatracksupportedconstraints overconstrainederror url early versions of the media capture and streams api specification included separate audiostreamtrack and videostreamtrack interfaces—each based upon mediastreamtrack—which represented streams of those types.
... events addtrack ended muted overconstrained removetrack started unmuted guides and tutorials the articles below provide additional guidance and how-to information that will help you learn to use the api, and how to perform specific tasks that you may wish to handle.
Event - Web APIs
WebAPIEvent
compositionevent cssfontfaceloadevent customevent devicelightevent devicemotionevent deviceorientationevent deviceproximityevent domtransactionevent dragevent editingbeforeinputevent errorevent fetchevent focusevent gamepadevent hashchangeevent idbversionchangeevent inputevent keyboardevent mediastreamevent messageevent mouseevent mutationevent offlineaudiocompletionevent overconstrainederror pagetransitionevent paymentrequestupdateevent pointerevent popstateevent progressevent relatedevent rtcdatachannelevent rtcidentityerrorevent rtcidentityevent rtcpeerconnectioniceevent sensorevent storageevent svgevent svgzoomevent timeevent touchevent trackevent transitionevent uievent userproximityevent webglcontextevent wheelevent constructor event() creates a...
MediaDevices.getDisplayMedia() - Web APIs
WebAPIMediaDevicesgetDisplayMedia
overconstrainederror after creating the stream, applying the specified constraints fails because no compatible stream could be generated.
MediaStreamTrack.applyConstraints() - Web APIs
WebAPIMediaStreamTrackapplyConstraints
if the constraints cannot be applied, the promise is rejected with a mediastreamerror whose name is overconstrainederror, to indicate that the constraints could not be met.
Web APIs
WebAPI
notation notification notificationaction notificationevent notifyaudioavailableevent o oes_element_index_uint oes_fbo_render_mipmap oes_standard_derivatives oes_texture_float oes_texture_float_linear oes_texture_half_float oes_texture_half_float_linear oes_vertex_array_object ovr_multiview2 offlineaudiocompletionevent offlineaudiocontext offscreencanvas orientationsensor oscillatornode overconstrainederror p pagetransitionevent paintworklet pannernode parentnode passwordcredential path2d payererrors paymentaddress paymentcurrencyamount paymentdetailsbase paymentdetailsupdate paymentitem paymentmethodchangeevent paymentrequest paymentrequestevent paymentrequestupdateevent paymentresponse paymentvalidationerrors pbkdf2params performance performanceentry performanceeventtiming performanc...
margin-left - CSS: Cascading Style Sheets
WebCSSmargin-left
in the rare cases where width is overconstrained (i.e., when all of width, margin-left, border, padding, the content area, and margin-right are defined), margin-left is ignored, and will have the same calculated value as if the auto value was specified.