#include <RTCP_Packet.h>
Collaboration diagram for RR_Block:
Public Attributes | |
ACE_UINT32 | ssrc_ |
The synchronization source id of the source of the data. | |
unsigned int | fraction_:8 |
The fraction of RTP data packets lost since the previous SR or RR was sent. | |
int | lost_:24 |
The cumulative number of packets lost. | |
ACE_UINT32 | last_seq_ |
The highest extended sequence number received in an RTP packet. | |
ACE_UINT32 | jitter_ |
ACE_UINT32 | lsr_ |
ACE_UINT32 | dlsr_ |
The delay in 1/65536 seconds since receiving the last sender report. | |
RR_Block * | next_ |
Link to the next receiver report block. |
|
The delay in 1/65536 seconds since receiving the last sender report.
|
|
The fraction of RTP data packets lost since the previous SR or RR was sent.
|
|
An estimate of the statistical variance of the RTP data packet interarrival time measured in timestamp units. |
|
The highest extended sequence number received in an RTP packet.
|
|
The cumulative number of packets lost.
|
|
The middle 32 bits of the NTP timestamp received in the most recent sender report. |
|
Link to the next receiver report block.
|
|
The synchronization source id of the source of the data.
|