class RTCPBye

RTCP BYE Message. More...

Full nameCoral::RTCPBye
Definition#include <rtcppacket.h>
InheritsCoral::RTCPCommonHeader
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This class manages an RTCP BYE message

See also: RTCPSender, RTCPReceiver, RTCPAbstractServer

RTCPBye ()

Constructor.

RTCPBye (const card8 count)

Constructor.

Parameters:
Countcount.

void init (const card8 count)

Initialize.

Parameters:
Countcount.

inline card32 getSource (const cardinal index)
[const]

Get source at given index.

Parameters:
indexIndex.

Returns: Source.

inline void setSource (const cardinal index, const card32 source)

Set source at given index.

Parameters:
indexIndex.
sourceSource.