gloox  1.1-svn
Public Member Functions | List of all members
RTP::Payload Class Reference

#include <jinglertp.h>

Public Member Functions

 Payload (const StringMap &attribs, const StringMap &parameters)
 ~Payload ()
Tagtag () const

Detailed Description

An abstraction of the payload-type> element used as child of the <description> element.

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
1.0

Definition at line 47 of file jinglertp.h.

Constructor & Destructor Documentation

Payload ( const StringMap attribs,
const StringMap parameters 
)
inline

Creates a new Payload object from the given attributes and parameters.

Parameters
attribsA map of name/value pairs added as XML attributes to the <payload-type> element. See the respective XEP for valid values.
parametersA map of name/value pairs added as <parameter> child to the <payload-type> element. See the respective XEP and codec specs for valid values.

Definition at line 58 of file jinglertp.h.

~Payload ( )
inline

Destructor.

Definition at line 65 of file jinglertp.h.

Member Function Documentation

Tag * tag ( ) const

Creates a Tag representation of the object.

Returns
A Tag representation of the object. The caller is responsible for deleting the Tag.

Definition at line 25 of file jinglertp.cpp.


The documentation for this class was generated from the following files: