Ring Daemon 16.0.0
|
It's the base object of the CallMediaHandler. More...
#include <mediahandler.h>
Public Member Functions | |
std::string | id () const |
Returns the dataPath of the plugin that created this MediaHandler. | |
virtual void | setId (const std::string &id) final |
Should be called by the MediaHandler creator to set the plugins id_ variable with dataPath. | |
virtual | ~MediaHandler ()=default |
It's the base object of the CallMediaHandler.
Definition at line 38 of file mediahandler.h.
|
virtualdefault |
|
inline |
Returns the dataPath of the plugin that created this MediaHandler.
Definition at line 46 of file mediahandler.h.
Referenced by setId().
Should be called by the MediaHandler creator to set the plugins id_ variable with dataPath.
Definition at line 52 of file mediahandler.h.
References id().