FileDocCategorySizeDatePackage
GlobalTransmissionStats.javaAPI DocJMF 2.1.1e1220Mon May 12 12:20:40 BST 2003javax.media.rtp

GlobalTransmissionStats

public interface GlobalTransmissionStats
Interface GlobalTransmissionStats--- encapsulates data transmission statistics as well as RTCP statistics prepared by the RTPSM for all its sending streams.

Fields Summary
Constructors Summary
Methods Summary
public intgetBytesSent()
The total number of bytes sent on the RTP session socket (RTP data only)

public intgetLocalColls()
The total number of local collisions as seen by the RTPSM

public intgetRTCPSent()
The total number of RTCP packets sent out by the RTPSM.

public intgetRTPSent()
The total number of RTP packets transmitted on the RTP Session socket.

public intgetRemoteColls()
The total number of remote collisions as seen by the RTPPSM

public intgetTransmitFailed()
The number of packets that failed to get transmitted for any reason. This would include RTP and RTCP packets that failed to get transmitted.