Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::SBackendProperties Struct Reference

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}
 

Detailed Description

Holds generic data about a backend (number of channels etc.)

Member Data Documentation

◆ clientname

std::string PVR::SBackendProperties::clientname

◆ diskTotal

uint64_t PVR::SBackendProperties::diskTotal {0}

◆ diskUsed

uint64_t PVR::SBackendProperties::diskUsed {0}

◆ host

std::string PVR::SBackendProperties::host

◆ instancename

std::string PVR::SBackendProperties::instancename

◆ name

std::string PVR::SBackendProperties::name

◆ numChannelGroups

int PVR::SBackendProperties::numChannelGroups {0}

◆ numChannels

int PVR::SBackendProperties::numChannels {0}

◆ numDeletedRecordings

int PVR::SBackendProperties::numDeletedRecordings {0}

◆ numProviders

int PVR::SBackendProperties::numProviders {0}

◆ numRecordings

int PVR::SBackendProperties::numRecordings {0}

◆ numTimers

int PVR::SBackendProperties::numTimers {0}

◆ version

std::string PVR::SBackendProperties::version

The documentation for this struct was generated from the following file: