|
|||||||||
| 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()
|
int |
getLocalColls()
|
int |
getRemoteColls()
|
int |
getRTCPSent()
|
int |
getRTPSent()
|
int |
getTransmitFailed()
|
| 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)
public 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 | ||||||||