javax.media.rtp
Interface GlobalReceptionStats

All Known Implementing Classes:
RTPGlobalReceptionStats

public interface GlobalReceptionStats

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Method Summary
 int getBadRTCPPkts()
           
 int getBadRTPkts()
           
 int getBytesRecd()
           
 int getLocalColls()
           
 int getMalformedBye()
           
 int getMalformedRR()
           
 int getMalformedSDES()
           
 int getMalformedSR()
           
 int getPacketsLooped()
           
 int getPacketsRecd()
           
 int getRemoteColls()
           
 int getRTCPRecd()
           
 int getSRRecd()
           
 int getTransmitFailed()
           
 int getUnknownTypes()
           
 

Method Detail

getPacketsRecd

int getPacketsRecd()

getBytesRecd

int getBytesRecd()

getBadRTPkts

int getBadRTPkts()

getLocalColls

int getLocalColls()

getRemoteColls

int getRemoteColls()

getPacketsLooped

int getPacketsLooped()

getTransmitFailed

int getTransmitFailed()

getRTCPRecd

int getRTCPRecd()

getSRRecd

int getSRRecd()

getBadRTCPPkts

int getBadRTCPPkts()

getUnknownTypes

int getUnknownTypes()

getMalformedRR

int getMalformedRR()

getMalformedSDES

int getMalformedSDES()

getMalformedBye

int getMalformedBye()

getMalformedSR

int getMalformedSR()