#include <rtp.h>
Inheritance diagram for RTP_UserData:
Public Member Functions | |
virtual void | OnTxStatistics (const RTP_Session &session) const |
virtual void | OnRxStatistics (const RTP_Session &session) const |
virtual void RTP_UserData::OnTxStatistics | ( | const RTP_Session & | session | ) | const [virtual] |
Callback from the RTP session for transmit statistics monitoring. This is called every RTP_Session::txStatisticsInterval packets on the transmitter indicating that the statistics have been updated.
The default behaviour does nothing.
session | Session with statistics |
virtual void RTP_UserData::OnRxStatistics | ( | const RTP_Session & | session | ) | const [virtual] |
Callback from the RTP session for receive statistics monitoring. This is called every RTP_Session::receiverReportInterval packets on the receiver indicating that the statistics have been updated.
The default behaviour does nothing.
session | Session with statistics |