TRTCRemoteStatistics constructor

TRTCRemoteStatistics(
  1. {String userId = "",
  2. int audioPacketLoss = -1,
  3. int videoPacketLoss = -1,
  4. int width = -1,
  5. int height = -1,
  6. int frameRate = -1,
  7. int videoBitrate = -1,
  8. int audioSampleRate = -1,
  9. int audioBitrate = -1,
  10. int jitterBufferDelay = -1,
  11. int point2PointDelay = -1,
  12. int audioTotalBlockTime = -1,
  13. int audioBlockRate = -1,
  14. int videoTotalBlockTime = -1,
  15. int videoBlockRate = -1,
  16. int finalLoss = -1,
  17. int remoteNetworkUplinkLoss = -1,
  18. int remoteNetworkRTT = -1,
  19. TRTCVideoStreamType streamType = TRTCVideoStreamType.big}
)

Implementation

TRTCRemoteStatistics({
  this.userId = "",
  this.audioPacketLoss = -1,
  this.videoPacketLoss = -1,
  this.width = -1,
  this.height = -1,
  this.frameRate = -1,
  this.videoBitrate = -1,
  this.audioSampleRate = -1,
  this.audioBitrate = -1,
  this.jitterBufferDelay = -1,
  this.point2PointDelay = -1,
  this.audioTotalBlockTime = -1,
  this.audioBlockRate = -1,
  this.videoTotalBlockTime = -1,
  this.videoBlockRate = -1,
  this.finalLoss = -1,
  this.remoteNetworkUplinkLoss = -1,
  this.remoteNetworkRTT = -1,
  this.streamType = TRTCVideoStreamType.big,
});