NERtcVideoLayerRecvStats constructor

NERtcVideoLayerRecvStats({
  1. int? layerType,
  2. String? decoderName,
  3. int? decoderOutputFrameRate,
  4. int? width,
  5. int? height,
  6. int? packetLossRate,
  7. int? fps,
  8. int? frozenRate,
  9. int? receivedBitrate,
  10. int? rendererOutputFrameRate,
  11. int? totalFrozenTime,
})

Implementation

NERtcVideoLayerRecvStats(
    {this.layerType,
    this.decoderName,
    this.decoderOutputFrameRate,
    this.width,
    this.height,
    this.packetLossRate,
    this.fps,
    this.frozenRate,
    this.receivedBitrate,
    this.rendererOutputFrameRate,
    this.totalFrozenTime});