MediaTrackCapabilities constructor
MediaTrackCapabilities({
- ULongRange? width,
- ULongRange? height,
- DoubleRange? aspectRatio,
- DoubleRange? frameRate,
- Iterable<
String> ? facingMode, - Iterable<
String> ? resizeMode, - ULongRange? sampleRate,
- ULongRange? sampleSize,
- Iterable<
bool> ? echoCancellation, - Iterable<
bool> ? autoGainControl, - Iterable<
bool> ? noiseSuppression, - DoubleRange? latency,
- ULongRange? channelCount,
- String? deviceId,
- String? groupId,
Implementation
external factory MediaTrackCapabilities(
{ULongRange? width,
ULongRange? height,
DoubleRange? aspectRatio,
DoubleRange? frameRate,
Iterable<String>? facingMode,
Iterable<String>? resizeMode,
ULongRange? sampleRate,
ULongRange? sampleSize,
Iterable<bool>? echoCancellation,
Iterable<bool>? autoGainControl,
Iterable<bool>? noiseSuppression,
DoubleRange? latency,
ULongRange? channelCount,
String? deviceId,
String? groupId});