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

javax.media.rtp.GlobalReceptionStats Maven / Gradle / Ivy

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

/**
 * Standard JMF class -- see this class in the JMF Javadoc. Complete.
 *
 * @author Ken Larson
 *
 */
public interface GlobalReceptionStats
{
    public int getBadRTCPPkts();

    public int getBadRTPkts();

    public int getBytesRecd();

    public int getLocalColls();

    public int getMalformedBye();

    public int getMalformedRR();

    public int getMalformedSDES();

    public int getMalformedSR();

    public int getPacketsLooped();

    public int getPacketsRecd();

    public int getRemoteColls();

    public int getRTCPRecd();

    public int getSRRecd();

    public int getTransmitFailed();

    public int getUnknownTypes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy