MediaTrackSupportedConstraints constructor

MediaTrackSupportedConstraints({
  1. bool? aspectRatio,
  2. bool? autoGainControl,
  3. bool? channelCount,
  4. bool? deviceId,
  5. bool? displaySurface,
  6. bool? echoCancellation,
  7. bool? facingMode,
  8. bool? frameRate,
  9. bool? groupId,
  10. bool? height,
  11. bool? noiseSuppression,
  12. bool? sampleRate,
  13. bool? sampleSize,
  14. bool? width,
})

Implementation

factory MediaTrackSupportedConstraints({
  _i2.bool? aspectRatio,
  _i2.bool? autoGainControl,
  _i2.bool? channelCount,
  _i2.bool? deviceId,
  _i2.bool? displaySurface,
  _i2.bool? echoCancellation,
  _i2.bool? facingMode,
  _i2.bool? frameRate,
  _i2.bool? groupId,
  _i2.bool? height,
  _i2.bool? noiseSuppression,
  _i2.bool? sampleRate,
  _i2.bool? sampleSize,
  _i2.bool? width,
}) =>
    MediaTrackSupportedConstraints._(
      aspectRatio: aspectRatio,
      autoGainControl: autoGainControl,
      channelCount: channelCount,
      deviceId: deviceId,
      displaySurface: displaySurface,
      echoCancellation: echoCancellation,
      facingMode: facingMode,
      frameRate: frameRate,
      groupId: groupId,
      height: height,
      noiseSuppression: noiseSuppression,
      sampleRate: sampleRate,
      sampleSize: sampleSize,
      width: width,
    );