TAO_AV  3.0.0
Public Attributes | List of all members
RR_Block Struct Reference

The receiver report block encapsulates the data that represents the reception statistics for a particular stream. More...

#include <RTCP_Packet.h>

Collaboration diagram for RR_Block:
Collaboration graph
[legend]

Public Attributes

ACE_UINT32 ssrc_
 The synchronization source id of the source of the data. More...
 
unsigned int fraction_:8
 The fraction of RTP data packets lost since the previous SR or RR was sent. More...
 
int lost_:24
 The cumulative number of packets lost. More...
 
ACE_UINT32 last_seq_
 The highest extended sequence number received in an RTP packet. More...
 
ACE_UINT32 jitter_
 
ACE_UINT32 lsr_
 
ACE_UINT32 dlsr_
 The delay in 1/65536 seconds since receiving the last sender report. More...
 
RR_Blocknext_
 Link to the next receiver report block. More...
 

Detailed Description

The receiver report block encapsulates the data that represents the reception statistics for a particular stream.

Member Data Documentation

◆ dlsr_

ACE_UINT32 RR_Block::dlsr_

The delay in 1/65536 seconds since receiving the last sender report.

◆ fraction_

unsigned int RR_Block::fraction_

The fraction of RTP data packets lost since the previous SR or RR was sent.

◆ jitter_

ACE_UINT32 RR_Block::jitter_

An estimate of the statistical variance of the RTP data packet interarrival time measured in timestamp units.

◆ last_seq_

ACE_UINT32 RR_Block::last_seq_

The highest extended sequence number received in an RTP packet.

◆ lost_

int RR_Block::lost_

The cumulative number of packets lost.

◆ lsr_

ACE_UINT32 RR_Block::lsr_

The middle 32 bits of the NTP timestamp received in the most recent sender report.

◆ next_

RR_Block* RR_Block::next_

Link to the next receiver report block.

◆ ssrc_

ACE_UINT32 RR_Block::ssrc_

The synchronization source id of the source of the data.


The documentation for this struct was generated from the following file: