NERtcVideoLayerRecvStats constructor
NERtcVideoLayerRecvStats(- {int? layerType,
- String? decoderName,
- int? decoderOutputFrameRate,
- int? width,
- int? height,
- int? packetLossRate,
- int? fps,
- int? frozenRate,
- int? receivedBitrate,
- int? rendererOutputFrameRate,
- 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});