|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <LIRC.h>
Public Member Functions | |
| CLirc () | |
| ~CLirc () override | |
| void | Start () |
Protected Member Functions | |
| void | Process () override |
| void | ProcessCode (char *buf) |
| bool | CheckDaemon () |
Protected Attributes | |
| int | m_fd = -1 |
| std::chrono::time_point< std::chrono::steady_clock > | m_firstClickTime |
| CCriticalSection | m_critSection |
| CIRTranslator | m_irTranslator |
| int | m_profileId |
| CLirc::CLirc | ( | ) |
|
override |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |