![]() |
libCEC 8.1.0
C / C++ API — control CEC-capable HDMI devices
|
#include <dlfcn.h>Go to the source code of this file.
Functions | |
| CEC::ICECAdapter * | LibCecInitialise (CEC::libcec_configuration *configuration, const char *strLib=NULL) |
| Create a new libCEC instance. | |
| void | UnloadLibCec (CEC::ICECAdapter *device) |
| Destroy an instance of libCEC. | |
| bool | LibCecBootloader (const char *strLib=NULL) |
| Start the bootloader on the first device that was detected. | |
Variables | |
| void * | g_libCEC = NULL |
| CEC::ICECAdapter * LibCecInitialise | ( | CEC::libcec_configuration * | configuration, |
| const char * | strLib = NULL |
||
| ) |
Create a new libCEC instance.
| configuration | The configuration to pass to libCEC |
| strLib | The name of and/or path to libCEC |
Definition at line 117 of file cecloader.h.
| void UnloadLibCec | ( | CEC::ICECAdapter * | device | ) |
Destroy an instance of libCEC.
| device | The instance to destroy. |
Definition at line 148 of file cecloader.h.
| bool LibCecBootloader | ( | const char * | strLib = NULL | ) |
Start the bootloader on the first device that was detected.
| strLib | The name of and/or path to libCEC |
Definition at line 164 of file cecloader.h.
| void* g_libCEC = NULL |
Definition at line 109 of file cecloader.h.