MediaTrackSupportedConstraints constructor

MediaTrackSupportedConstraints({
  1. bool aspectRatio = false,
  2. bool autoGainControl = false,
  3. bool brightness = false,
  4. bool channelCount = false,
  5. bool colorTemperature = false,
  6. bool contrast = false,
  7. bool deviceId = false,
  8. bool echoCancellation = false,
  9. bool exposureCompensation = false,
  10. bool exposureMode = false,
  11. bool exposureTime = false,
  12. bool facingMode = false,
  13. bool focusDistance = false,
  14. bool focusMode = false,
  15. bool frameRate = false,
  16. bool groupId = false,
  17. bool height = false,
  18. bool iso = false,
  19. bool latency = false,
  20. bool noiseSuppression = false,
  21. bool pan = false,
  22. bool pointsOfInterest = false,
  23. bool resizeMode = false,
  24. bool sampleRate = false,
  25. bool sampleSize = false,
  26. bool saturation = false,
  27. bool sharpness = false,
  28. bool tilt = false,
  29. bool torch = false,
  30. bool whiteBalanceMode = false,
  31. bool width = false,
  32. bool zoom = false,
})

Implementation

MediaTrackSupportedConstraints({
  this.aspectRatio = false,
  this.autoGainControl = false,
  this.brightness = false,
  this.channelCount = false,
  this.colorTemperature = false,
  this.contrast = false,
  this.deviceId = false,
  this.echoCancellation = false,
  this.exposureCompensation = false,
  this.exposureMode = false,
  this.exposureTime = false,
  this.facingMode = false,
  this.focusDistance = false,
  this.focusMode = false,
  this.frameRate = false,
  this.groupId = false,
  this.height = false,
  this.iso = false,
  this.latency = false,
  this.noiseSuppression = false,
  this.pan = false,
  this.pointsOfInterest = false,
  this.resizeMode = false,
  this.sampleRate = false,
  this.sampleSize = false,
  this.saturation = false,
  this.sharpness = false,
  this.tilt = false,
  this.torch = false,
  this.whiteBalanceMode = false,
  this.width = false,
  this.zoom = false,
});