MediaTrackSupportedConstraints constructor
MediaTrackSupportedConstraints({
- bool width,
- bool height,
- bool aspectRatio,
- bool frameRate,
- bool facingMode,
- bool resizeMode,
- bool sampleRate,
- bool sampleSize,
- bool echoCancellation,
- bool autoGainControl,
- bool noiseSuppression,
- bool latency,
- bool channelCount,
- bool deviceId,
- bool groupId,
- bool whiteBalanceMode,
- bool exposureMode,
- bool focusMode,
- bool pointsOfInterest,
- bool exposureCompensation,
- bool exposureTime,
- bool colorTemperature,
- bool iso,
- bool brightness,
- bool contrast,
- bool pan,
- bool saturation,
- bool sharpness,
- bool focusDistance,
- bool tilt,
- bool zoom,
- bool torch,
- bool displaySurface,
- bool logicalSurface,
- bool cursor,
- bool restrictOwnAudio,
- bool suppressLocalAudioPlayback,
Implementation
external factory MediaTrackSupportedConstraints({
bool width,
bool height,
bool aspectRatio,
bool frameRate,
bool facingMode,
bool resizeMode,
bool sampleRate,
bool sampleSize,
bool echoCancellation,
bool autoGainControl,
bool noiseSuppression,
bool latency,
bool channelCount,
bool deviceId,
bool groupId,
bool whiteBalanceMode,
bool exposureMode,
bool focusMode,
bool pointsOfInterest,
bool exposureCompensation,
bool exposureTime,
bool colorTemperature,
bool iso,
bool brightness,
bool contrast,
bool pan,
bool saturation,
bool sharpness,
bool focusDistance,
bool tilt,
bool zoom,
bool torch,
bool displaySurface,
bool logicalSurface,
bool cursor,
bool restrictOwnAudio,
bool suppressLocalAudioPlayback,
});