public class RTPReceptionStats extends java.lang.Object implements ReceptionStats
Constructor and Description |
---|
RTPReceptionStats() |
Modifier and Type | Method and Description |
---|---|
void |
addPDUDuplicate()
Adds a duplicate packet to the count
|
void |
addPDUInvalid()
Adds an invalid packet to the count
|
void |
addPDULost(int lost)
Adds a lost packet to the count
|
void |
addPDUMisOrd()
Adds a misordered packet to the count
|
void |
addPDUProcessed()
Adds a processed packet to the count
|
void |
addSequenceWrap()
Adds a sequence number wrap
|
int |
getPDUDuplicate()
Returns the number of duplicates received.
|
int |
getPDUInvalid()
Returns the number of invalid packets received.
|
int |
getPDUlost()
Returns the number of packets lost.
|
int |
getPDUMisOrd()
Returns the number of packets misordered.
|
int |
getPDUProcessed()
Returns the number of packets processed.
|
int |
getSequenceWrap()
Returns he number of times the sequence number has wrapped for this source.
|
public int getPDUlost()
getPDUlost
in interface ReceptionStats
public int getPDUProcessed()
getPDUProcessed
in interface ReceptionStats
public int getPDUMisOrd()
getPDUMisOrd
in interface ReceptionStats
public int getPDUInvalid()
getPDUInvalid
in interface ReceptionStats
public int getPDUDuplicate()
getPDUDuplicate
in interface ReceptionStats
public int getSequenceWrap()
public void addPDULost(int lost)
lost
- number of lost packets to addpublic void addPDUProcessed()
public void addPDUMisOrd()
public void addPDUInvalid()
public void addPDUDuplicate()
public void addSequenceWrap()