Agora Java API Reference for Android
io.agora.rtc2.IAudioFrameObserver Member List

This is the complete list of members for io.agora.rtc2.IAudioFrameObserver, including all inherited members.

getEarMonitoringAudioParams()io.agora.rtc2.IAudioFrameObserver
getMixedAudioParams()io.agora.rtc2.IAudioFrameObserver
getObservedAudioFramePosition()io.agora.rtc2.IAudioFrameObserver
getPlaybackAudioParams()io.agora.rtc2.IAudioFrameObserver
getRecordAudioParams()io.agora.rtc2.IAudioFrameObserver
onEarMonitoringAudioFrame(int type, int samplesPerChannel, int bytesPerSample, int channels, int samplesPerSec, ByteBuffer buffer, long renderTimeMs, int avsync_type)io.agora.rtc2.IAudioFrameObserver
onMixedAudioFrame(String channelId, int type, int samplesPerChannel, int bytesPerSample, int channels, int samplesPerSec, ByteBuffer buffer, long renderTimeMs, int avsync_type)io.agora.rtc2.IAudioFrameObserver
onPlaybackAudioFrame(String channelId, int type, int samplesPerChannel, int bytesPerSample, int channels, int samplesPerSec, ByteBuffer buffer, long renderTimeMs, int avsync_type)io.agora.rtc2.IAudioFrameObserver
onPlaybackAudioFrameBeforeMixing(String channelId, int userId, int type, int samplesPerChannel, int bytesPerSample, int channels, int samplesPerSec, ByteBuffer buffer, long renderTimeMs, int avsync_type)io.agora.rtc2.IAudioFrameObserver
onRecordAudioFrame(String channelId, int type, int samplesPerChannel, int bytesPerSample, int channels, int samplesPerSec, ByteBuffer buffer, long renderTimeMs, int avsync_type)io.agora.rtc2.IAudioFrameObserver