VideoEncoder2Configuration constructor
VideoEncoder2Configuration({
- required String token,
- required String name,
- int? useCount,
- required int govLength,
- int? anchorFrameDistance,
- required String profile,
- bool? guaranteedFrameRate,
- required String encoding,
- required VideoResolution2 resolution,
- required VideoRateControl2 rateControl,
- required MulticastConfiguration multicast,
- required double quality,
Implementation
VideoEncoder2Configuration({
required this.token,
required this.name,
this.useCount,
required this.govLength,
this.anchorFrameDistance,
required this.profile,
this.guaranteedFrameRate,
required this.encoding,
required this.resolution,
required this.rateControl,
required this.multicast,
required this.quality,
});