public class RTPGlobalTransmissionStats extends java.lang.Object implements GlobalTransmissionStats
Constructor and Description |
---|
RTPGlobalTransmissionStats() |
Modifier and Type | Method and Description |
---|---|
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()
Returns the number of bytes sent.
|
int |
getLocalColls()
Returns the number of local collisions.
|
int |
getRemoteColls()
Returns the number of remote collisions.
|
int |
getRTCPSent()
Returns the number of RTCP packets sent.
|
int |
getRTPSent()
Returns the number of RTCP packets sent.
|
int |
getTransmitFailed()
Returns the number of transmission failures.
|
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)
bytes
- number of bytes to addpublic void addRTCPSent()
public void addLocalColl()
public void addRemoteColl()
public void addTransmitFailed()