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

时间:2024-10-24 09:45:22

onAuxiliaryStreamStatsNotify

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

功能说明

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

回调参数

  • conn:连接对象。
  • localStats:本地辅流发流详情,具体请参见HRTCLocalVideoStats
  • localStatsCount:本地辅流发流数量。
  • remoteStats:远端辅流收流详情,具体请参见HRTCRemoteVideoStats
  • remoteStatsCount:远端辅流收流数量。
support.huaweicloud.com/csdk-rtc/rtc_05_0025.html