NERtcVideoLayerSendStats constructor

NERtcVideoLayerSendStats({
  1. int? layerType,
  2. int? width,
  3. int? height,
  4. int? captureWidth,
  5. int? captureHeight,
  6. int? sendBitrate,
  7. int? encoderOutputFrameRate,
  8. int? captureFrameRate,
  9. int? encoderBitrate,
  10. String? encoderName,
  11. int? renderFrameRate,
  12. int? sentFrameRate,
  13. int? targetBitrate,
  14. 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});