TRTCLocalStatistics constructor
TRTCLocalStatistics(- {int width = -1,
- int height = -1,
- int frameRate = -1,
- int videoBitrate = -1,
- int audioSampleRate = -1,
- int audioBitrate = -1,
- TRTCVideoStreamType streamType = TRTCVideoStreamType.big,
- int audioCaptureState = -1}
)
Implementation
TRTCLocalStatistics({
this.width = -1,
this.height = -1,
this.frameRate = -1,
this.videoBitrate = -1,
this.audioSampleRate = -1,
this.audioBitrate = -1,
this.streamType = TRTCVideoStreamType.big,
this.audioCaptureState = -1,
});