Methods Summary |
---|
public int | getBytesSent()The total number of bytes sent on the RTP session socket (RTP
data only)
|
public int | getLocalColls()The total number of local collisions as seen by the RTPSM
|
public int | getRTCPSent()The total number of RTCP packets sent out by the RTPSM.
|
public int | getRTPSent()The total number of RTP packets transmitted on the RTP
Session socket.
|
public int | getRemoteColls()The total number of remote collisions as seen by the RTPPSM
|
public int | getTransmitFailed()The number of packets that failed to get transmitted for any
reason. This would include RTP and RTCP packets that failed to
get transmitted.
|