#include <RTPSource.hh>
|
| void | noteIncomingPacket (u_int16_t seqNum, u_int32_t rtpTimestamp, unsigned timestampFrequency, Boolean useForJitterCalculation, struct timeval &resultPresentationTime, Boolean &resultHasBeenSyncedUsingRTCP, unsigned packetSize) |
| |
| void | noteIncomingSR (u_int32_t ntpTimestampMSW, u_int32_t ntpTimestampLSW, u_int32_t rtpTimestamp) |
| |
| void | init (u_int32_t SSRC) |
| |
| void | initSeqNum (u_int16_t initialSeqNum) |
| |
| void | reset () |
| |
Definition at line 178 of file RTPSource.hh.
| RTPReceptionStats::RTPReceptionStats |
( |
u_int32_t |
SSRC, |
|
|
u_int16_t |
initialSeqNum |
|
) |
| |
|
protected |
| RTPReceptionStats::RTPReceptionStats |
( |
u_int32_t |
SSRC | ) |
|
|
protected |
| virtual RTPReceptionStats::~RTPReceptionStats |
( |
| ) |
|
|
protectedvirtual |
| unsigned RTPReceptionStats::baseExtSeqNumReceived |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::highestExtSeqNumReceived |
( |
| ) |
const |
|
inline |
| void RTPReceptionStats::init |
( |
u_int32_t |
SSRC | ) |
|
|
private |
| void RTPReceptionStats::initSeqNum |
( |
u_int16_t |
initialSeqNum | ) |
|
|
private |
| unsigned RTPReceptionStats::jitter |
( |
| ) |
const |
| unsigned RTPReceptionStats::lastReceivedSR_NTPlsw |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::lastReceivedSR_NTPmsw |
( |
| ) |
const |
|
inline |
| struct timeval const& RTPReceptionStats::lastReceivedSR_time |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::lastResetExtSeqNumReceived |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::maxInterPacketGapUS |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::minInterPacketGapUS |
( |
| ) |
const |
|
inline |
| void RTPReceptionStats::noteIncomingPacket |
( |
u_int16_t |
seqNum, |
|
|
u_int32_t |
rtpTimestamp, |
|
|
unsigned |
timestampFrequency, |
|
|
Boolean |
useForJitterCalculation, |
|
|
struct timeval & |
resultPresentationTime, |
|
|
Boolean & |
resultHasBeenSyncedUsingRTCP, |
|
|
unsigned |
packetSize |
|
) |
| |
|
private |
| void RTPReceptionStats::noteIncomingSR |
( |
u_int32_t |
ntpTimestampMSW, |
|
|
u_int32_t |
ntpTimestampLSW, |
|
|
u_int32_t |
rtpTimestamp |
|
) |
| |
|
private |
| unsigned RTPReceptionStats::numPacketsReceivedSinceLastReset |
( |
| ) |
const |
|
inline |
| void RTPReceptionStats::reset |
( |
| ) |
|
|
private |
| u_int32_t RTPReceptionStats::SSRC |
( |
| ) |
const |
|
inline |
| struct timeval const& RTPReceptionStats::totalInterPacketGaps |
( |
| ) |
const |
|
inline |
| double RTPReceptionStats::totNumKBytesReceived |
( |
| ) |
const |
| unsigned RTPReceptionStats::totNumPacketsExpected |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::totNumPacketsReceived |
( |
| ) |
const |
|
inline |
| unsigned RTPReceptionStats::fBaseExtSeqNumReceived |
|
protected |
| Boolean RTPReceptionStats::fHasBeenSynchronized |
|
private |
| Boolean RTPReceptionStats::fHaveSeenInitialSequenceNumber |
|
protected |
| unsigned RTPReceptionStats::fHighestExtSeqNumReceived |
|
protected |
| double RTPReceptionStats::fJitter |
|
protected |
| struct timeval RTPReceptionStats::fLastPacketReceptionTime |
|
protected |
| unsigned RTPReceptionStats::fLastReceivedSR_NTPlsw |
|
protected |
| unsigned RTPReceptionStats::fLastReceivedSR_NTPmsw |
|
protected |
| struct timeval RTPReceptionStats::fLastReceivedSR_time |
|
protected |
| unsigned RTPReceptionStats::fLastResetExtSeqNumReceived |
|
protected |
| int RTPReceptionStats::fLastTransit |
|
protected |
| unsigned RTPReceptionStats::fMaxInterPacketGapUS |
|
protected |
| unsigned RTPReceptionStats::fMinInterPacketGapUS |
|
protected |
| unsigned RTPReceptionStats::fNumPacketsReceivedSinceLastReset |
|
protected |
| u_int32_t RTPReceptionStats::fPreviousPacketRTPTimestamp |
|
protected |
| u_int32_t RTPReceptionStats::fSSRC |
|
protected |
| struct timeval RTPReceptionStats::fSyncTime |
|
private |
| u_int32_t RTPReceptionStats::fSyncTimestamp |
|
private |
| struct timeval RTPReceptionStats::fTotalInterPacketGaps |
|
protected |
| u_int32_t RTPReceptionStats::fTotBytesReceived_hi |
|
protected |
| u_int32_t RTPReceptionStats::fTotBytesReceived_lo |
|
protected |
| unsigned RTPReceptionStats::fTotNumPacketsReceived |
|
protected |
The documentation for this class was generated from the following file: