RemoteAudioState
RemoteAudioState
远端音频流状态。
枚举值
- RemoteAudioStateStopped
- 0: 远端音频默认初始状态。在 RemoteAudioReasonLocalMuted、RemoteAudioReasonRemoteMuted 或 RemoteAudioReasonRemoteOffline 的情况下,会报告该状态。
- RemoteAudioStateStarting
- 1: 本地用户已接收远端音频首包。
- RemoteAudioStateDecoding
- 2: 远端音频流正在解码,正常播放。在 RemoteAudioReasonNetworkRecovery、RemoteAudioReasonLocalUnmuted 或 RemoteAudioReasonRemoteUnmuted 的情况下,会报告该状态。
- RemoteAudioStateFrozen
- 3: 远端音频流卡顿。在 RemoteAudioReasonNetworkCongestion 的情况下,会报告该状态。
- RemoteAudioStateFailed
- 4: 远端音频流播放失败。在 RemoteAudioReasonInternal 的情况下,会报告该状态。