MediaTrackConstraintSet class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

MediaTrackConstraintSet({Object? aspectRatio, Object? autoGainControl, double? channelCount, Object? deviceId, Object? displaySurface, Object? echoCancellation, Object? facingMode, Object? frameRate, Object? groupId, double? height, Object? noiseSuppression, double? sampleRate, double? sampleSize, double? width})
factory

Properties

aspectRatio Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
autoGainControl Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
channelCount double?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
deviceId Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
displaySurface Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
echoCancellation Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
facingMode Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
frameRate Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
groupId Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
noiseSuppression Object?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate double?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
sampleSize double?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

getter/setter pair
width double?

Available on MediaTrackConstraintSet, provided by the MediaTrackConstraintSet$Typings extension

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