public class RTPTransmissionStats extends java.lang.Object implements TransmissionStats
Constructor and Description |
---|
RTPTransmissionStats() |
Modifier and Type | Method and Description |
---|---|
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.
|
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