#include <RTPSource.hh>
|
| unsigned | totNumPacketsReceived () const |
| unsigned | numActiveSourcesSinceLastReset () const |
| void | reset () |
| void | noteIncomingPacket (u_int32_t SSRC, u_int16_t seqNum, u_int32_t rtpTimestamp, unsigned timestampFrequency, Boolean useForJitterCalculation, struct timeval &resultPresentationTime, Boolean &resultHasBeenSyncedUsingRTCP, unsigned packetSize) |
| void | noteIncomingSR (u_int32_t SSRC, u_int32_t ntpTimestampMSW, u_int32_t ntpTimestampLSW, u_int32_t rtpTimestamp) |
| void | removeRecord (u_int32_t SSRC) |
| RTPReceptionStats * | lookup (u_int32_t SSRC) const |
Definition at line 125 of file RTPSource.hh.
◆ RTPReceptionStatsDB()
| RTPReceptionStatsDB::RTPReceptionStatsDB |
( |
| ) |
|
|
protected |
◆ ~RTPReceptionStatsDB()
| virtual RTPReceptionStatsDB::~RTPReceptionStatsDB |
( |
| ) |
|
|
protectedvirtual |
◆ add()
◆ lookup()
◆ noteIncomingPacket()
| void RTPReceptionStatsDB::noteIncomingPacket |
( |
u_int32_t | SSRC, |
|
|
u_int16_t | seqNum, |
|
|
u_int32_t | rtpTimestamp, |
|
|
unsigned | timestampFrequency, |
|
|
Boolean | useForJitterCalculation, |
|
|
struct timeval & | resultPresentationTime, |
|
|
Boolean & | resultHasBeenSyncedUsingRTCP, |
|
|
unsigned | packetSize ) |
◆ noteIncomingSR()
| void RTPReceptionStatsDB::noteIncomingSR |
( |
u_int32_t | SSRC, |
|
|
u_int32_t | ntpTimestampMSW, |
|
|
u_int32_t | ntpTimestampLSW, |
|
|
u_int32_t | rtpTimestamp ) |
◆ numActiveSourcesSinceLastReset()
| unsigned RTPReceptionStatsDB::numActiveSourcesSinceLastReset |
( |
| ) |
const |
|
inline |
◆ removeRecord()
| void RTPReceptionStatsDB::removeRecord |
( |
u_int32_t | SSRC | ) |
|
◆ reset()
| void RTPReceptionStatsDB::reset |
( |
| ) |
|
◆ totNumPacketsReceived()
| unsigned RTPReceptionStatsDB::totNumPacketsReceived |
( |
| ) |
const |
|
inline |
◆ Iterator
◆ RTPSource
◆ fNumActiveSourcesSinceLastReset
| unsigned RTPReceptionStatsDB::fNumActiveSourcesSinceLastReset |
|
protected |
◆ fTable
◆ fTotNumPacketsReceived
| unsigned RTPReceptionStatsDB::fTotNumPacketsReceived |
|
private |
The documentation for this class was generated from the following file: