api/bytertc_audio_effect_player_api library

Classes

AudioEffectPlayerConfig
Audio mixing configuration
RTCAudioEffectPlayer
Audio effect player.
RTCAudioEffectPlayerEventHandler
Event handler for RTCAudioEffectPlayer. You must call RTCAudioEffectPlayer.setEventHandler to set the corresponding event handler to get the events.

Typedefs

OnAudioEffectPlayerStateChangedType = void Function(int effectId, PlayerState state, PlayerError error)
effectId: The ID of RTCAudioEffectPlayer. Set by RTCVideo.getAudioEffectPlayer.