public interface IAgoraAudioProcessorEventHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
onError(int errorCode)
The error callback of the Agora uplink audio processing library.
|
default void |
onEvent(Constants.AgoraAudioProcessorEventType eventType)
The event callback of the Agora uplink audio processing library.
|
default void onEvent(Constants.AgoraAudioProcessorEventType eventType)
eventType - The event code of Agora uplink audio processing library.
See Constants.AgoraAudioProcessorEventType.default void onError(int errorCode)
errorCode - The error code of Agora uplink audio processing library.