#include <jingleplugin.h>
Inherited by Content, Description, DTMF, Session::Reason, and Transport.
Inheritance diagram for Plugin:

Public Member Functions | |
| virtual | ~Plugin () |
| virtual const std::string & | filterString () const =0 |
| virtual Tag * | tag () const =0 |
| virtual Plugin * | clone () const =0 |
This is the base class for Transport and Description. It is also used for session information, such as the 'ringing' info in Jingle Audio, or Jingle DTMF.
Definition at line 38 of file jingleplugin.h.
|
|
Virtual destructor. Definition at line 44 of file jingleplugin.h. |
|
|
Creates an identical deep copy of the current instance.
Implemented in Content, DTMF, ICEUDP, RawUDP, RTP, and Session::Reason. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implemented in Content, DTMF, ICEUDP, RawUDP, RTP, and Session::Reason. |
|
|
Returns a Tag representation of the plugin.
Implemented in Content, DTMF, ICEUDP, RawUDP, RTP, and Session::Reason. |
1.4.1