RTP Audio System  2.0.0
RTCPApp Struct Reference

RTCP APP Message. More...

#include <rtcppacket.h>

Inheritance diagram for RTCPApp:
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)
void setName (const char *name)

Private Attributes

card32 Source
char Name [4]
char Data []

Detailed Description

RTCP APP Message.

This struct manages an RTCP APP message

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

Constructor & Destructor Documentation

Constructor.

RTCPApp::RTCPApp ( const card8  subtype)

Constructor.

Parameters:
subtypeRTCP APP subtype.

Member Function Documentation

char* RTCPApp::getData ( ) [inline]

Get pointer to data field.

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

Get pointer to name field.

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

Get source.

Returns:
Source.
void RTCPApp::init ( const card8  subtype)
void RTCPApp::setName ( const char *  name) [inline]

Set name.

Returns:
Pointer to name field.
void RTCPApp::setSource ( const card32  source) [inline]

Set source.

Parameters:
sourceSource.

Member Data Documentation

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

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