实时音视频 SPARKRTC-事件回调(IHRTCConnection):onAuxiliaryStreamStatsNotify

时间:2024-03-25 20:33:11

onAuxiliaryStreamStatsNotify

virtual void onAuxiliaryStreamStatsNotify(HRTCLocalVideoStats *localStats, unsigned int localStatsCount, HRTCRemoteVideoStats *remoteStats, unsigned int remoteStatsCount)

功能说明

辅流详情,2s触发一次回调。

回调参数

  • localStats:本地辅流发流统计,具体请参见HRTCLocalVideoStats
  • localStatsCount:localStats数组长度。
  • remoteStats:远端辅流收流统计,具体请参见HRTCRemoteVideoStats
  • remoteStatsCount:remoteStats数组长度。
support.huaweicloud.com/csdk-rtc/rtc_05_0115.html