FileDocCategorySizeDatePackage
GlobalReceptionStats.javaAPI DocJMF 2.1.1e2796Mon May 12 12:20:40 BST 2003javax.media.rtp

GlobalReceptionStats

public interface GlobalReceptionStats
Interface GlobalReceptionStats--- encapsulates data reception statistics as well as RTCP statistics prepared by the RTPSM.

Fields Summary
Constructors Summary
Methods Summary
public intgetBadRTCPPkts()
The total number of RTCP packets that failed the RTCP header validity check such as RTP version number or length consistency

public intgetBadRTPkts()
The total number of RTP data packets that failed the RTP header validation check such as RTP version number or length consistency

public intgetBytesRecd()
The total number of bytes received on the RTP session socket before any validation of packets.

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

public intgetMalformedBye()
The total number of invalid BYE RTCP packets received by the RTPSM. Invalidity is due to length inconsistency

public intgetMalformedRR()
The total number of invalid ReceiverReports received by the RTPSM. Invalidity is due to length inconsistency

public intgetMalformedSDES()
The total number of invalid SDES packets received by the RTPSM. Invalidity is due to length inconsistency

public intgetMalformedSR()
The total number of invalid Sender Reports received by the RTPSM. Invalidity is due to length inconsistency

public intgetPacketsLooped()
The total number of packets looped as seen by the RTPSM

public intgetPacketsRecd()
The total number of RTP and RTCP packets received on the RTP Session socket before any packet validation

public intgetRTCPRecd()
The total number of RTCP packets received on the RTP Session control socket before any header validation

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

public intgetSRRecd()
The total number of Sender Reports received on the RTCP socket

public intgetTransmitFailed()
The number of packets that failed to get transmitted. In the current implementation, this implies RTCP packets that failed transmission

public intgetUnknownTypes()
The total number of individual RTCP packets types that were not implemented or not recognized by the RTPSM.