RTP Trace System  1.0
Coral::RTCPReceiverReport Class Reference

RTCP Sender Report. More...

#include <rtcppacket.h>

Inheritance diagram for Coral::RTCPReceiverReport:
Coral::RTCPReport Coral::RTCPCommonHeader

List of all members.

Public Member Functions

 RTCPReceiverReport ()
 RTCPReceiverReport (const card32 syncSource, const card8 count=0)
void init (const card32 syncSource, const card8 count=0)

Public Attributes

RTCPReceptionReportBlock rr [0]

Detailed Description

RTCP Sender Report.

This class manages an RTCP receiver report

Author:
Thomas Dreibholz
Version:
1.0
See also:
RTCPSender
RTCPReceiver
RTCPAbstractServer

Constructor & Destructor Documentation

Coral::RTCPReceiverReport::RTCPReceiverReport ( const card32  syncSource,
const card8  count = 0 
)

Constructor.

Parameters:
syncSourceSSRC.
countCount.

Member Function Documentation

void Coral::RTCPReceiverReport::init ( const card32  syncSource,
const card8  count = 0 
)

Initialize.

Parameters:
syncSourceSSRC.
countCount.

Member Data Documentation

Array of RTCPReceptionReportBlocks


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines