|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.RTPReceptionStats
public class RTPReceptionStats
Represents receptions statistics for a given stream
| Constructor Summary | |
|---|---|
RTPReceptionStats()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTPReceptionStats()
| Method Detail |
|---|
public int getPDUlost()
getPDUlost in interface ReceptionStatspublic int getPDUProcessed()
getPDUProcessed in interface ReceptionStatspublic int getPDUMisOrd()
getPDUMisOrd in interface ReceptionStatspublic int getPDUInvalid()
getPDUInvalid in interface ReceptionStatspublic int getPDUDuplicate()
getPDUDuplicate in interface ReceptionStatspublic 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||