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

net.sf.fmj.media.rtp.Depacketizer Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.media.rtp;

import javax.media.*;

public interface Depacketizer extends PlugIn
{
    public static final int DEPACKETIZER = 6;

    public abstract Format[] getSupportedInputFormats();

    public abstract Format parse(Buffer buffer);

    public abstract Format setInputFormat(Format format);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy