ZegoMediaPlayerStatisticsInfo constructor
- double videoSourceFps,
- double videoDecodeFps,
- double videoRenderFps,
- double audioSourceFps,
- double audioDecodeFps,
- double audioRenderFps
Implementation
ZegoMediaPlayerStatisticsInfo(
this.videoSourceFps,
this.videoDecodeFps,
this.videoRenderFps,
this.audioSourceFps,
this.audioDecodeFps,
this.audioRenderFps);