src.main.java.io.agora.rtc.IAudioEncodedFrameObserver Maven / Gradle / Ivy
The newest version!
//
//
// Agora Media SDK
// Copyright (c) 2020 Agora IO. All rights reserved.
// This file is generated by tool, do NOT modify it
//
//
package io.agora.rtc;
import java.nio.ByteBuffer;
public interface IAudioEncodedFrameObserver {
public int onEncodedAudioFrameReceived(String remoteUserId, ByteBuffer buffer, EncodedAudioFrameReceiverInfo info);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy