|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.fmj.media.rtp.RTPGlobalReceptionStats
public class RTPGlobalReceptionStats
Represents reception statistics
Constructor Summary | |
---|---|
RTPGlobalReceptionStats()
|
Method Summary | |
---|---|
void |
addBadRTCPPkt()
Adds a bad rtcp packet to the bad rtcp packet count |
void |
addBadRTPkt()
Adds a packet to the bad packet count |
void |
addBytesRecd(int bytes)
Adds bytes to the received byte count |
void |
addLocalColl()
Adds a collision to the local collision count |
void |
addLoopedPacket()
Adds a packet to the looped packet count |
void |
addMalformedBYE()
Adds a malformed BYE to the malformed BYE count |
void |
addMalformedRR()
Adds a malformed RR to the malformed RR count |
void |
addMalformedSDES()
Adds a malformed SDES to the malformed SDES count |
void |
addMalformedSR()
Adds a malformed SR to the malformed SR count |
void |
addPacketRecd()
Adds a packet to the received packet count |
void |
addRemoteColl()
Adds a collision to the remote collision count |
void |
addRTCPRecd()
Adds a rtcp pakcet to the received rtcp packet count |
void |
addSRRecd()
Adds a sr packet to the received sr packet count |
void |
addTransmitFailed()
Adds a failure to the transmit failed count |
void |
addUnknownType()
Adds a unknown type to the unknown type count |
int |
getBadRTCPPkts()
Returns the number of bad RTCP packets received. |
int |
getBadRTPkts()
Returns the number of bad packets received. |
int |
getBytesRecd()
Returns the number of bytes received. |
int |
getLocalColls()
Returns the number of local collisions. |
int |
getMalformedBye()
Returns the number of malformed RTCP BYE packets received. |
int |
getMalformedRR()
Returns the number of malformed RTCP Receiver Reports (RR) packets. |
int |
getMalformedSDES()
Returns the number of malformed RTCP Source Description (SDES) packets received. |
int |
getMalformedSR()
Returns the number of malformed RTCP Sender Reports (SR) packets received. |
int |
getPacketsLooped()
Returns the number of packets loops. |
int |
getPacketsRecd()
Returns the number of packets received. |
int |
getRemoteColls()
Returns the number of remote collisions. |
int |
getRTCPRecd()
Returns the number of RTCP packets received. |
int |
getSRRecd()
Returns the number of RTCP Sender Reports (SR) received. |
int |
getTransmitFailed()
Returns the number of transmission failures. |
int |
getUnknownTypes()
Returns the number of unknown packets' types seen. |
void |
resetBytesRecd()
Resets the number of bytes read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RTPGlobalReceptionStats()
Method Detail |
---|
public int getPacketsRecd()
getPacketsRecd
in interface GlobalReceptionStats
public int getBytesRecd()
getBytesRecd
in interface GlobalReceptionStats
public void resetBytesRecd()
public int getBadRTPkts()
getBadRTPkts
in interface GlobalReceptionStats
public int getLocalColls()
getLocalColls
in interface GlobalReceptionStats
public int getRemoteColls()
getRemoteColls
in interface GlobalReceptionStats
public int getPacketsLooped()
getPacketsLooped
in interface GlobalReceptionStats
public int getTransmitFailed()
getTransmitFailed
in interface GlobalReceptionStats
public int getRTCPRecd()
getRTCPRecd
in interface GlobalReceptionStats
public int getSRRecd()
getSRRecd
in interface GlobalReceptionStats
public int getBadRTCPPkts()
getBadRTCPPkts
in interface GlobalReceptionStats
public int getUnknownTypes()
getUnknownTypes
in interface GlobalReceptionStats
public int getMalformedRR()
getMalformedRR
in interface GlobalReceptionStats
public int getMalformedSDES()
getMalformedSDES
in interface GlobalReceptionStats
public int getMalformedBye()
getMalformedBye
in interface GlobalReceptionStats
public int getMalformedSR()
getMalformedSR
in interface GlobalReceptionStats
public void addPacketRecd()
public void addBytesRecd(int bytes)
bytes
- number of bytes to addpublic void addBadRTPkt()
public void addLocalColl()
public void addRemoteColl()
public void addLoopedPacket()
public void addTransmitFailed()
public void addRTCPRecd()
public void addSRRecd()
public void addBadRTCPPkt()
public void addUnknownType()
public void addMalformedRR()
public void addMalformedSDES()
public void addMalformedBYE()
public void addMalformedSR()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |