TAO_AV  2.0.8
Public Attributes
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]

List of all members.

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_Blocknext_
 Link to the next receiver report block.

Detailed Description

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


Member Data Documentation

ACE_UINT32 RR_Block::dlsr_

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

unsigned int RR_Block::fraction_

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

ACE_UINT32 RR_Block::jitter_

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

ACE_UINT32 RR_Block::last_seq_

The highest extended sequence number received in an RTP packet.

The cumulative number of packets lost.

ACE_UINT32 RR_Block::lsr_

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

Link to the next receiver report block.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines