javax.media.rtp
Interface 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.


Method Summary
 int getPDUDuplicate()
          The total number of RTP data packets that match the sequence number of another already in the input queue.
 int getPDUInvalid()
          The total number of RTP data packets that have failed to be within an acceptable sequence number range for an established SSRC Id.
 int getPDUlost()
          The difference between the number of packets expected as determined by the RTP sequence number and the count of packets actually received and validated.
 int getPDUMisOrd()
          The total number of data packets that came in out of order as per the RTP sequence number
 int getPDUProcessed()
          The total number of valid packets received from the selected source
 

Method Detail

getPDUlost

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

getPDUProcessed

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

getPDUMisOrd

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

getPDUInvalid

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

getPDUDuplicate

public int getPDUDuplicate()
The total number of RTP data packets that match the sequence number of another already in the input queue.


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.