ZegoMediaPlayerStatisticsInfo.defaultParam constructor

ZegoMediaPlayerStatisticsInfo.defaultParam()

默认构造一个播放器播放统计信息对象。

Implementation

ZegoMediaPlayerStatisticsInfo.defaultParam()
    : videoSourceFps = 0,
      videoDecodeFps = 0,
      videoRenderFps = 0,
      audioSourceFps = 0,
      audioDecodeFps = 0,
      audioRenderFps = 0;