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

io.agora.media.Packable Maven / Gradle / Ivy

The newest version!
package io.agora.media;

/**
 * Created by Li on 10/1/2016.
 */
public interface Packable {
    ByteBuf marshal(ByteBuf out);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy