MediaTrackSupportedConstraints class
MediaTrackSupportedConstraints represents the list of constraints controlling the capabilities of a MediaStreamTrack.
Constructors
- MediaTrackSupportedConstraints({bool aspectRatio = false, bool autoGainControl = false, bool brightness = false, bool channelCount = false, bool colorTemperature = false, bool contrast = false, bool deviceId = false, bool echoCancellation = false, bool exposureCompensation = false, bool exposureMode = false, bool exposureTime = false, bool facingMode = false, bool focusDistance = false, bool focusMode = false, bool frameRate = false, bool groupId = false, bool height = false, bool iso = false, bool latency = false, bool noiseSuppression = false, bool pan = false, bool pointsOfInterest = false, bool resizeMode = false, bool sampleRate = false, bool sampleSize = false, bool saturation = false, bool sharpness = false, bool tilt = false, bool torch = false, bool whiteBalanceMode = false, bool width = false, bool zoom = false})
Properties
- aspectRatio → bool
- 
  
  final
- autoGainControl → bool
- 
  
  final
- brightness → bool
- 
  
  final
- channelCount → bool
- 
  
  final
- colorTemperature → bool
- 
  
  final
- contrast → bool
- 
  
  final
- deviceId → bool
- 
  
  final
- echoCancellation → bool
- 
  
  final
- exposureCompensation → bool
- 
  
  final
- exposureMode → bool
- 
  
  final
- exposureTime → bool
- 
  
  final
- facingMode → bool
- 
  
  final
- focusDistance → bool
- 
  
  final
- focusMode → bool
- 
  
  final
- frameRate → bool
- 
  
  final
- groupId → bool
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height → bool
- 
  
  final
- iso → bool
- 
  
  final
- latency → bool
- 
  
  final
- noiseSuppression → bool
- 
  
  final
- pan → bool
- 
  
  final
- pointsOfInterest → bool
- 
  
  final
- resizeMode → bool
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sampleRate → bool
- 
  
  final
- sampleSize → bool
- 
  
  final
- saturation → bool
- 
  
  final
- 
  
  final
- tilt → bool
- 
  
  final
- torch → bool
- 
  
  final
- whiteBalanceMode → bool
- 
  
  final
- width → bool
- 
  
  final
- zoom → bool
- 
  
  final
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