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

net.sf.fmj.media.util.RTPInfo Maven / Gradle / Ivy

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

/**
 * A utility class to keep track of the passage of time as data buffers are
 * being processed.
 */
public interface RTPInfo
{
    public String getCNAME();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy