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

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

onRemoteAudioStatsNotify

void onRemoteAudioStatsNotify(IHRTCConnection* conn, const HRTCRemoteAudioStats *remoteStats, unsigned int remoteStatsCount)

功能说明

远端音频流详情,2s触发一次回调。

回调参数

  • conn:连接对象。
  • remoteStats:远端音频收流详情,具体请参见HRTCRemoteAudioStats
  • remoteStatsCount:remoteStats数组长度。
support.huaweicloud.com/csdk-rtc/rtc_05_0115.html