FileDocCategorySizeDatePackage
ReceptionStats.javaAPI DocJMF 2.1.1e1284Mon May 12 12:20:40 BST 2003javax.media.rtp

ReceptionStats

public interface ReceptionStats
Interface ReceptionStats--- encapsulates data reception 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 intgetPDUDuplicate()
The total number of RTP data packets that match the sequence number of another already in the input queue.

public intgetPDUInvalid()
The total number of RTP data packets that have failed to be within an acceptable sequence number range for an established SSRC Id.

public intgetPDUMisOrd()
The total number of data packets that came in out of order as per the RTP sequence number

public intgetPDUProcessed()
The total number of valid packets received from the selected source

public intgetPDUlost()
The difference between the number of packets expected as determined by the RTP sequence number and the count of packets actually received and validated.