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);
}
package io.agora.media;
/**
* Created by Li on 10/1/2016.
*/
public interface Packable {
ByteBuf marshal(ByteBuf out);
}