|
|||||||||
| 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()
|
int |
getPDUInvalid()
|
int |
getPDUlost()
|
int |
getPDUMisOrd()
|
int |
getPDUProcessed()
|
int |
getSequenceWrap()
The 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)
public 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 | ||||||||