NERtcVideoLayerSendStats constructor
NERtcVideoLayerSendStats(- {int? layerType,
- int? width,
- int? height,
- int? captureWidth,
- int? captureHeight,
- int? sendBitrate,
- int? encoderOutputFrameRate,
- int? captureFrameRate,
- int? encoderBitrate,
- String? encoderName,
- int? renderFrameRate,
- int? sentFrameRate,
- int? targetBitrate,
- bool? dropBwStrategyEnabled}
)
Implementation
NERtcVideoLayerSendStats(
{this.layerType,
this.width,
this.height,
this.captureWidth,
this.captureHeight,
this.sendBitrate,
this.encoderOutputFrameRate,
this.captureFrameRate,
this.encoderBitrate,
this.encoderName,
this.renderFrameRate,
this.sentFrameRate,
this.targetBitrate,
this.dropBwStrategyEnabled});