MediaTrackConstraintSet extension type

on
Implemented types
Implementers

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})
factory

Properties

aspectRatio ConstrainDouble
getter/setter pair
autoGainControl ConstrainBoolean
getter/setter pair
channelCount ConstrainULong
getter/setter pair
deviceId ConstrainDOMString
getter/setter pair
echoCancellation ConstrainBoolean
getter/setter pair
facingMode 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
latency ConstrainDouble
getter/setter pair
noiseSuppression ConstrainBoolean
getter/setter pair
resizeMode ConstrainDOMString
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
width ConstrainULong
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