MediaTrackConstraintSet extension type

on
Implemented types
Available extensions

Constructors

MediaTrackConstraintSet({ConstrainULong width, ConstrainULong height, ConstrainDouble aspectRatio, ConstrainDouble frameRate, ConstrainDOMString facingMode, ConstrainDOMString resizeMode, ConstrainULong sampleRate, ConstrainULong sampleSize, ConstrainBoolean echoCancellation, ConstrainBoolean autoGainControl, ConstrainBoolean noiseSuppression, ConstrainDouble latency, ConstrainULong channelCount, ConstrainDOMString deviceId, ConstrainDOMString groupId, ConstrainDOMString whiteBalanceMode, ConstrainDOMString exposureMode, ConstrainDOMString focusMode, ConstrainPoint2D pointsOfInterest, ConstrainDouble exposureCompensation, ConstrainDouble exposureTime, ConstrainDouble colorTemperature, ConstrainDouble iso, ConstrainDouble brightness, ConstrainDouble contrast, ConstrainDouble saturation, ConstrainDouble sharpness, ConstrainDouble focusDistance, JSAny pan, JSAny tilt, JSAny zoom, ConstrainBoolean torch, ConstrainDOMString displaySurface, ConstrainBoolean logicalSurface, ConstrainDOMString cursor, ConstrainBoolean restrictOwnAudio, ConstrainBoolean suppressLocalAudioPlayback})
factory

Properties

aspectRatio ConstrainDouble
getter/setter pair
autoGainControl ConstrainBoolean
getter/setter pair
brightness ConstrainDouble
getter/setter pair
channelCount ConstrainULong
getter/setter pair
colorTemperature ConstrainDouble
getter/setter pair
contrast ConstrainDouble
getter/setter pair
cursor ConstrainDOMString
getter/setter pair
deviceId ConstrainDOMString
getter/setter pair
displaySurface ConstrainDOMString
getter/setter pair
echoCancellation ConstrainBoolean
getter/setter pair
exposureCompensation ConstrainDouble
getter/setter pair
exposureMode ConstrainDOMString
getter/setter pair
exposureTime ConstrainDouble
getter/setter pair
facingMode ConstrainDOMString
getter/setter pair
focusDistance ConstrainDouble
getter/setter pair
focusMode ConstrainDOMString
getter/setter pair
frameRate ConstrainDouble
getter/setter pair
groupId ConstrainDOMString
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height ConstrainULong
getter/setter pair
iso ConstrainDouble
getter/setter pair
latency ConstrainDouble
getter/setter pair
logicalSurface ConstrainBoolean
getter/setter pair
noiseSuppression ConstrainBoolean
getter/setter pair
pan JSAny
getter/setter pair
pointsOfInterest ConstrainPoint2D
getter/setter pair
resizeMode ConstrainDOMString
getter/setter pair
restrictOwnAudio ConstrainBoolean
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate ConstrainULong
getter/setter pair
sampleSize ConstrainULong
getter/setter pair
saturation ConstrainDouble
getter/setter pair
sharpness ConstrainDouble
getter/setter pair
suppressLocalAudioPlayback ConstrainBoolean
getter/setter pair
tilt JSAny
getter/setter pair
torch ConstrainBoolean
getter/setter pair
whiteBalanceMode ConstrainDOMString
getter/setter pair
width ConstrainULong
getter/setter pair
zoom JSAny
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited