|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.RTPGlobalTransmissionStats
public class RTPGlobalTransmissionStats
Represents global transmission statistics
| Constructor Summary | |
|---|---|
RTPGlobalTransmissionStats()
|
|
| Method Summary | |
|---|---|
void |
addBytesSent(int bytes)
Adds bytes to the sent byte count |
void |
addLocalColl()
Adds a collision to the local collision count |
void |
addRemoteColl()
Adds a collision to the remote collision count |
void |
addRTCPSent()
Adds a packet to the sent rtcp packet count |
void |
addRTPSent()
Adds a packet to the sent packet count |
void |
addTransmitFailed()
Adds a failure to the transmit failed count |
int |
getBytesSent()
Returns the number of bytes sent. |
int |
getLocalColls()
Returns the number of local collisions. |
int |
getRemoteColls()
Returns the number of remote collisions. |
int |
getRTCPSent()
Returns the number of RTCP packets sent. |
int |
getRTPSent()
Returns the number of RTCP packets sent. |
int |
getTransmitFailed()
Returns the number of transmission failures. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTPGlobalTransmissionStats()
| Method Detail |
|---|
public int getRTPSent()
getRTPSent in interface GlobalTransmissionStatspublic int getBytesSent()
getBytesSent in interface GlobalTransmissionStatspublic int getRTCPSent()
getRTCPSent in interface GlobalTransmissionStatspublic int getLocalColls()
getLocalColls in interface GlobalTransmissionStatspublic int getRemoteColls()
getRemoteColls in interface GlobalTransmissionStatspublic int getTransmitFailed()
getTransmitFailed in interface GlobalTransmissionStatspublic void addRTPSent()
public void addBytesSent(int bytes)
bytes - number of bytes to addpublic void addRTCPSent()
public void addLocalColl()
public void addRemoteColl()
public void addTransmitFailed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||