FileDocCategorySizeDatePackage
TransmissionStats.javaAPI DocJMF 2.1.1e937Mon May 12 12:20:40 BST 2003javax.media.rtp

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.

Fields Summary
Constructors Summary
Methods Summary
public intgetBytesTransmitted()
Get the total number of bytes or octets of data transmitted by this source.

public intgetPDUTransmitted()
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.

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