Agora Java API Reference for Android
|
Public Member Functions | |
boolean | onRecordAudioFrame (AgoraRteAudioFrame audioFrame) |
boolean | onPlaybackAudioFrame (AgoraRteAudioFrame audioFrame) |
boolean | onMixedAudioFrame (AgoraRteAudioFrame audioFrame) |
boolean | onPlaybackAudioFrameBeforeMixing (String streamId, AgoraRteAudioFrame audioFrame) |
boolean io.agora.rte.media.data.AgoraRteAudioFrameObserver.onRecordAudioFrame | ( | AgoraRteAudioFrame | audioFrame | ) |
Occurs when the recorded audio frame is received.
audioFrame | The reference to the audio frame: AudioFrame. |
boolean io.agora.rte.media.data.AgoraRteAudioFrameObserver.onPlaybackAudioFrame | ( | AgoraRteAudioFrame | audioFrame | ) |
Occurs when the playback audio frame is received.
audioFrame | The reference to the audio frame: AudioFrame. |
boolean io.agora.rte.media.data.AgoraRteAudioFrameObserver.onMixedAudioFrame | ( | AgoraRteAudioFrame | audioFrame | ) |
Occurs when the mixed audio data is received.
audioFrame | The reference to the audio frame: AudioFrame. |
boolean io.agora.rte.media.data.AgoraRteAudioFrameObserver.onPlaybackAudioFrameBeforeMixing | ( | String | streamId, |
AgoraRteAudioFrame | audioFrame | ||
) |
Occurs when the playback audio frame before mixing is received.
streamId | uid ID of the remote user. |
audioFrame | The reference to the audio frame: AudioFrame. |