VideoEncoderConfiguration constructor
VideoEncoderConfiguration({})
Constructs the VideoEncoderConfiguration.
Implementation
VideoEncoderConfiguration({
this.dimensions,
this.frameRate,
this.minFrameRate,
this.bitrate,
this.minBitrate,
this.orientationMode,
this.degradationPreference,
this.mirrorMode,
});