|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 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)
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 |