javax.media.rtp
Interface TransmissionStats


public interface TransmissionStats

Interface TransmissionStats--- encapsulates data transmission statistics as well as RTCP statistics prepared by the RTPSM.A "PDU" is a a Protocol Data Unit and represents a single RTP packet.


Method Summary
 int getBytesTransmitted()
          Get the total number of bytes or octets of data transmitted by this source.
 int getPDUTransmitted()
          Get the total number of PDU sent out by this source.
 int getRTCPSent()
          Get the total number of RTCP packets sent out by this source i.e total number of Sender Reports sent out by this source.
 

Method Detail

getPDUTransmitted

public int getPDUTransmitted()
Get the total number of PDU sent out by this source. This will be the total numer of RTP data packets sent out by this source.

getBytesTransmitted

public int getBytesTransmitted()
Get the total number of bytes or octets of data transmitted by this source.

getRTCPSent

public int getRTCPSent()
Get the total number of RTCP packets sent out by this source i.e total number of Sender Reports sent out by this source.


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.