RTP Audio System  2.0.0
RTCPBye Struct Reference

RTCP BYE Message. More...

#include <rtcppacket.h>

Inheritance diagram for RTCPBye:
RTCPCommonHeader

List of all members.

Public Member Functions

 RTCPBye ()
 RTCPBye (const card8 count)
void init (const card8 count)
card32 getSource (const cardinal index) const
void setSource (const cardinal index, const card32 source)

Private Attributes

card32 Source []

Detailed Description

RTCP BYE Message.

This struct manages an RTCP BYE message

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

Constructor & Destructor Documentation

Constructor.

RTCPBye::RTCPBye ( const card8  count)

Constructor.

Parameters:
Countcount.

Member Function Documentation

card32 RTCPBye::getSource ( const cardinal  index) const [inline]

Get source at given index.

Parameters:
indexIndex.
Returns:
Source.
void RTCPBye::init ( const card8  count)

Initialize.

Parameters:
Countcount.
void RTCPBye::setSource ( const cardinal  index,
const card32  source 
) [inline]

Set source at given index.

Parameters:
indexIndex.
sourceSource.

Member Data Documentation

card32 RTCPBye::Source[] [private]

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