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