Kodi Documentation 22.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 |
std::unique_ptr< KODI::KEYMAP::CIRTranslator > | m_irTranslator |
int | m_profileId |
CLirc::CLirc | ( | ) |
|
override |
|
protected |
|
protected |
void CLirc::Start | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |