RTP Trace System  1.0
Coral::RTCPSenderReport Class Reference

RTCP Sender Report. More...

#include <rtcppacket.h>

Inheritance diagram for Coral::RTCPSenderReport:
Coral::RTCPReport Coral::RTCPSenderInfoBlock Coral::RTCPCommonHeader

List of all members.

Public Member Functions

 RTCPSenderReport ()
 RTCPSenderReport (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 sender report

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

Constructor & Destructor Documentation

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

Constructor.

Parameters:
syncSourceSSRC.
countCount.

Member Function Documentation

void Coral::RTCPSenderReport::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