![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <PVRClients.h>
Public Attributes | |
std::string | name |
std::string | version |
std::string | host |
int | numTimers = 0 |
int | numRecordings = 0 |
int | numDeletedRecordings = 0 |
int | numChannels = 0 |
long long | diskUsed = 0 |
long long | diskTotal = 0 |
Holds generic data about a backend (number of channels etc.)
long long PVR::SBackend::diskTotal = 0 |
long long PVR::SBackend::diskUsed = 0 |
std::string PVR::SBackend::host |
std::string PVR::SBackend::name |
int PVR::SBackend::numChannels = 0 |
int PVR::SBackend::numDeletedRecordings = 0 |
int PVR::SBackend::numRecordings = 0 |
int PVR::SBackend::numTimers = 0 |
std::string PVR::SBackend::version |