TRTCLocalStatistics constructor

TRTCLocalStatistics(
  1. {int width = -1,
  2. int height = -1,
  3. int frameRate = -1,
  4. int videoBitrate = -1,
  5. int audioSampleRate = -1,
  6. int audioBitrate = -1,
  7. TRTCVideoStreamType streamType = TRTCVideoStreamType.big,
  8. 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,
});