class RTCPApp

RTCP APP Message. More...

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

Public Methods


Detailed Description

This class manages an RTCP APP message

See also: RTCPSender, RTCPReceiver, RTCPAbstractServer

 RTCPApp ()

Constructor.

 RTCPApp (const card8 subtype)

Constructor.

Parameters:
subtypeRTCP APP subtype.

void  init (const card8 subtype)

inline card32  getSource ()

[const]

Get source.

Returns: Source.

inline char*  getName ()

Get pointer to name field.

Returns: Pointer to name field.

inline char*  getData ()

Get pointer to data field.

Returns: Pointer to data field.

inline void  setSource (const card32 source)

Set source.

Parameters:
sourceSource.