All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.main.java.io.agora.rtc.DefaultVideoEncodedFrameObserver Maven / Gradle / Ivy

//
//
// 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 class DefaultVideoEncodedFrameObserver implements IVideoEncodedFrameObserver {
    public int onEncodedVideoFrame(AgoraVideoEncodedFrameObserver observer, int uid,
            ByteBuffer buffer, EncodedVideoFrameInfo info) {
        return 0;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy