37 #ifndef RTCPRRPACKET_H 39 #define RTCPRRPACKET_H 51 class RTCPCompoundPacket;
71 int GetReceptionReportCount()
const;
83 uint8_t GetFractionLost(
int index)
const;
89 int32_t GetLostPacketCount(
int index)
const;
95 uint32_t GetExtendedHighestSequenceNumber(
int index)
const;
101 uint32_t GetJitter(
int index)
const;
127 return m_endian.qToHost(*ssrcptr);
134 return ((
int) hdr->
count);
148 return m_endian.qToHost(r->
ssrc);
165 if ((count & 0x00800000) != 0)
184 return m_endian.qToHost(r->
jitter);
192 return m_endian.qToHost(r->
lsr);
200 return m_endian.qToHost(r->
dlsr);
205 #endif // RTCPRRPACKET_H
uint32_t GetExtendedHighestSequenceNumber(int index) const
int GetReceptionReportCount() const
uint32_t GetSenderSSRC() const
uint32_t GetSSRC(int index) const
uint32_t GetJitter(int index) const
uint8_t GetFractionLost(int index) const
RTCPReceiverReport * GotoReport(int index) const
int32_t GetLostPacketCount(int index) const
uint32_t GetLSR(int index) const
uint32_t GetDLSR(int index) const