|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 GlobalTransmissionStats
public int getBytesSent()
getBytesSent
in interface GlobalTransmissionStats
public int getRTCPSent()
getRTCPSent
in interface GlobalTransmissionStats
public int getLocalColls()
getLocalColls
in interface GlobalTransmissionStats
public int getRemoteColls()
getRemoteColls
in interface GlobalTransmissionStats
public int getTransmitFailed()
getTransmitFailed
in interface GlobalTransmissionStats
public 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 |