|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.RTPTransmissionStats
public class RTPTransmissionStats
Represents statistics for transmission
| Constructor Summary | |
|---|---|
RTPTransmissionStats()
|
|
| Method Summary | |
|---|---|
void |
addBytesTransmitted(int bytes)
Adds some bytes to the number transmitted |
void |
addPDUTransmitted()
Adds a packet to the number transmitted |
int |
getBytesTransmitted()
Returns the number of bytes transmitted. |
int |
getPDUTransmitted()
Returns the number of packets transmitted. |
int |
getRTCPSent()
Returns the number of RTCP packets transmitted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTPTransmissionStats()
| Method Detail |
|---|
public int getPDUTransmitted()
getPDUTransmitted in interface TransmissionStatspublic int getBytesTransmitted()
getBytesTransmitted in interface TransmissionStatspublic int getRTCPSent()
getRTCPSent in interface TransmissionStatspublic void addPDUTransmitted()
public void addBytesTransmitted(int bytes)
bytes - The number of bytes to add
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||