RTP Audio System  2.0.0
RTCPSenderReport Struct Reference

RTCP Sender Report. More...

#include <rtcppacket.h>

Inheritance diagram for RTCPSenderReport:
RTCPReport RTCPSenderInfoBlock 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 []

Detailed Description

RTCP Sender Report.

This struct manages an RTCP sender report

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

Constructor & Destructor Documentation

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

Constructor.

Parameters:
syncSourceSSRC.
countCount.

Member Function Documentation

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

Initialize.

Parameters:
syncSourceSSRC.
countCount.

Member Data Documentation

Array of RTCPReceptionReportBlocks


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