javax.media.rtp
Interface TransmissionStats

All Known Implementing Classes:
RTPTransmissionStats

public interface TransmissionStats

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

Author:
Ken Larson

Method Summary
 int getBytesTransmitted()
           
 int getPDUTransmitted()
           
 int getRTCPSent()
           
 

Method Detail

getPDUTransmitted

int getPDUTransmitted()

getBytesTransmitted

int getBytesTransmitted()

getRTCPSent

int getRTCPSent()