Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::MediaHandler Class Reference

It's the base object of the CallMediaHandler. More...

#include <mediahandler.h>

Inheritance diagram for jami::MediaHandler:
Inheritance graph
Collaboration diagram for jami::MediaHandler:
Collaboration graph

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
 

Detailed Description

It's the base object of the CallMediaHandler.

Definition at line 38 of file mediahandler.h.

Constructor & Destructor Documentation

◆ ~MediaHandler()

virtual jami::MediaHandler::~MediaHandler ( )
virtualdefault

Member Function Documentation

◆ id()

std::string jami::MediaHandler::id ( ) const
inline

Returns the dataPath of the plugin that created this MediaHandler.

Definition at line 46 of file mediahandler.h.

Referenced by setId().

◆ setId()

virtual void jami::MediaHandler::setId ( const std::string &  id)
inlinefinalvirtual

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().

Here is the call graph for this function:

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