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