MediaTrackSupportedConstraints class

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

Constructors

MediaTrackSupportedConstraints.new({bool? aspectRatio, bool? autoGainControl, bool? channelCount, bool? deviceId, bool? displaySurface, bool? echoCancellation, bool? facingMode, bool? frameRate, bool? groupId, bool? height, bool? noiseSuppression, bool? sampleRate, bool? sampleSize, bool? width})
factory

Properties

aspectRatio bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
autoGainControl bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
channelCount bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
deviceId bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
displaySurface bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
echoCancellation bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
facingMode bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
frameRate bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
groupId bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

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

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
noiseSuppression bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

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

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
sampleSize bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$Typings extension

getter/setter pair
width bool?

Available on MediaTrackSupportedConstraints, provided by the MediaTrackSupportedConstraints$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