RTP Trace System  1.0
Coral::RTCPApp Class Reference

RTCP APP Message. More...

#include <rtcppacket.h>

Inheritance diagram for Coral::RTCPApp:
Coral::RTCPCommonHeader

List of all members.

Public Member Functions

 RTCPApp ()
 RTCPApp (const card8 subtype)
void init (const card8 subtype)
card32 getSource () const
char * getName ()
char * getData ()
void setSource (const card32 source)

Private Attributes

card32 Source
char Name [4]
char Data [0]

Detailed Description

RTCP APP Message.

This class manages an RTCP APP message

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

Constructor & Destructor Documentation

Constructor.

Coral::RTCPApp::RTCPApp ( const card8  subtype)

Constructor.

Parameters:
subtypeRTCP APP subtype.

Member Function Documentation

char* Coral::RTCPApp::getData ( ) [inline]

Get pointer to data field.

Returns:
Pointer to data field.
char* Coral::RTCPApp::getName ( ) [inline]

Get pointer to name field.

Returns:
Pointer to name field.
card32 Coral::RTCPApp::getSource ( ) const [inline]

Get source.

Returns:
Source.
void Coral::RTCPApp::init ( const card8  subtype)
void Coral::RTCPApp::setSource ( const card32  source) [inline]

Set source.

Parameters:
sourceSource.

Member Data Documentation

char Coral::RTCPApp::Data[0] [private]
char Coral::RTCPApp::Name[4] [private]

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