TRTCRemoteStatistics constructor
TRTCRemoteStatistics(- {String userId = "",
- int audioPacketLoss = -1,
- int videoPacketLoss = -1,
- int width = -1,
- int height = -1,
- int frameRate = -1,
- int videoBitrate = -1,
- int audioSampleRate = -1,
- int audioBitrate = -1,
- int jitterBufferDelay = -1,
- int point2PointDelay = -1,
- int audioTotalBlockTime = -1,
- int audioBlockRate = -1,
- int videoTotalBlockTime = -1,
- int videoBlockRate = -1,
- int finalLoss = -1,
- int remoteNetworkUplinkLoss = -1,
- int remoteNetworkRTT = -1,
- 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,
});