javax.media.rtp
Interface GlobalTransmissionStats

All Known Implementing Classes:
RTPGlobalTransmissionStats

public interface GlobalTransmissionStats

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

Author:
Ken Larson

Method Summary
 int getBytesSent()
           
 int getLocalColls()
           
 int getRemoteColls()
           
 int getRTCPSent()
           
 int getRTPSent()
           
 int getTransmitFailed()
           
 

Method Detail

getRTPSent

int getRTPSent()

getBytesSent

int getBytesSent()

getRTCPSent

int getRTCPSent()

getLocalColls

int getLocalColls()

getRemoteColls

int getRemoteColls()

getTransmitFailed

int getTransmitFailed()