#include <jingledescription.h>
Inherits Plugin.
Inherited by AudioRTP, and VideoRTP.
Inheritance diagram for Description:

Public Types | |
| typedef std::list< const Description::Payload * > | PayloadList |
Public Member Functions | |
| Description (const PayloadList &payload) | |
| virtual | ~Description () |
| virtual const std::string & | filterString () const |
| virtual Tag * | tag () const |
Protected Member Functions | |
| virtual const std::string & | xmlns () const =0 |
Classes | |
| class | Payload |
| An abstraction of the payload-type> element used as child of the <description> element. More... | |
You should not need to use this class directly. Use derived classes instead (AudioRTP, VideoRTP). See Jingle::Session for more info on Jingle.
Definition at line 39 of file jingledescription.h.
|
|
A list of payloads. Definition at line 85 of file jingledescription.h. |
|
|
Constructs a new Description (Application Format), adding the given payloads.
Definition at line 92 of file jingledescription.h. |
|
|
Virtual destructor. Definition at line 47 of file jingledescription.cpp. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implements Plugin. Definition at line 62 of file jingledescription.cpp. |
|
|
Returns a Tag representation of the plugin.
Implements Plugin. Definition at line 68 of file jingledescription.cpp. |
|
|
Returns the Application Format's namespace.
|
1.4.1