|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Holds generic data about a backend (number of channels etc.) More...
#include <PVRClient.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::SBackendProperties::clientname |
| uint64_t PVR::SBackendProperties::diskTotal {0} |
| uint64_t PVR::SBackendProperties::diskUsed {0} |
| std::string PVR::SBackendProperties::host |
| std::string PVR::SBackendProperties::instancename |
| std::string PVR::SBackendProperties::name |
| int PVR::SBackendProperties::numChannelGroups {0} |
| int PVR::SBackendProperties::numChannels {0} |
| int PVR::SBackendProperties::numDeletedRecordings {0} |
| int PVR::SBackendProperties::numProviders {0} |
| int PVR::SBackendProperties::numRecordings {0} |
| int PVR::SBackendProperties::numTimers {0} |
| std::string PVR::SBackendProperties::version |