Methods Summary |
---|
public int | getPDUDuplicate()The total number of RTP data packets that match the sequence
number of another already in the input queue.
|
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.
|
public int | getPDUMisOrd()The total number of data packets that came in out of order as
per the RTP sequence number
|
public int | getPDUProcessed()The total number of valid packets received from the selected
source
|
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.
|