api/bytertc_audio_effect_player_api library

Classes

AudioEffectPlayerConfig
混音配置
RTCAudioEffectPlayer
音效播放器。
RTCAudioEffectPlayerEventHandler
RTCAudioEffectPlayer 对应的回调句柄。你必须调用 RTCAudioEffectPlayer.setEventHandler 完成设置后,才能收到对应回调。

Typedefs

OnAudioEffectPlayerStateChangedType = void Function(int effectId, PlayerState state, PlayerError error)
effectIdRTCAudioEffectPlayer 的 ID。通过 RTCVideo.getAudioEffectPlayer 设置。