#include <jinglertp.h>
Inherits Description.
Inheritance diagram for RTP:

Public Types | |
| typedef std::list< const RTP::Payload * > | PayloadList |
Public Member Functions | |
| RTP (const PayloadList &payload) | |
| virtual | ~RTP () |
| virtual const std::string & | xmlns () const |
| virtual const std::string & | filterString () const |
| virtual Tag * | tag () const |
| virtual Plugin * | clone () const |
Classes | |
| class | Payload |
| An abstraction of the payload-type> element used as child of the <description> element. More... | |
XEP Version: 0.25
Definition at line 37 of file jinglertp.h.
|
|
A list of payloads. Definition at line 83 of file jinglertp.h. |
|
|
Creates a new wrapper for the Audio via RTP Application Format defined in XEP-0167.
Definition at line 48 of file jinglertp.cpp. |
|
|
Virtual destructor. Definition at line 52 of file jinglertp.cpp. |
|
|
Creates an identical deep copy of the current instance.
Implements Plugin. Definition at line 106 of file jinglertp.h. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implements Plugin. Definition at line 56 of file jinglertp.cpp. |
|
|
Returns a Tag representation of the plugin.
Implements Plugin. Definition at line 62 of file jinglertp.cpp. |
|
|
Returns the Application Format's namespace.
Implements Description. Definition at line 97 of file jinglertp.h. |
1.4.1