Murl::IDeviceHandler Interface Referenceabstract
The main device handler interface. More...
#include "murl_i_device_handler.h"
Inherited by Murl::Core::DeviceHandler.
Detailed Description
The main device handler interface.
Member Function Documentation
◆ Init()
|
pure virtual |
Initialize the device handler.
- Parameters
-
appConfig The application configuration object.
- Returns
- true if successful.
◆ DeInit()
|
pure virtual |
Deinitialize the device handler.
- Returns
- true if successful.
◆ SetVideoInterface()
|
pure virtual |
Set the platform video interface.
- Parameters
-
videoInterface The video interface.
- Returns
- true if successful.
◆ SetAudioInterface()
|
pure virtual |
Set the platform audio interface.
- Parameters
-
audioInterface The audio interface.
- Returns
- true if successful.
◆ SetFileInterface()
|
pure virtual |
Set the platform file interface.
- Parameters
-
fileInterface The file interface.
- Returns
- true if successful.
The documentation for this interface was generated from the following file:
- murl_i_device_handler.h