LocalVideoStats constructor Null safety
- int sentBitrate,
- int sentFrameRate,
- int encoderOutputFrameRate,
- int rendererOutputFrameRate,
- int targetBitrate,
- int targetFrameRate,
- VideoQualityAdaptIndication qualityAdaptIndication,
- int encodedBitrate,
- int encodedFrameWidth,
- int encodedFrameHeight,
- int encodedFrameCount,
- VideoCodecType codecType,
- int txPacketLossRate,
- int captureFrameRate,
- CaptureBrightnessLevelType captureBrightnessLevel
Constructs a LocalVideoStats
Implementation
LocalVideoStats(
this.sentBitrate,
this.sentFrameRate,
this.encoderOutputFrameRate,
this.rendererOutputFrameRate,
this.targetBitrate,
this.targetFrameRate,
this.qualityAdaptIndication,
this.encodedBitrate,
this.encodedFrameWidth,
this.encodedFrameHeight,
this.encodedFrameCount,
this.codecType,
this.txPacketLossRate,
this.captureFrameRate,
this.captureBrightnessLevel,
);