Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
PVR::SBackend Struct Reference

#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
 

Detailed Description

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

Member Data Documentation

◆ diskTotal

long long PVR::SBackend::diskTotal = 0

◆ diskUsed

long long PVR::SBackend::diskUsed = 0

◆ host

std::string PVR::SBackend::host

◆ name

std::string PVR::SBackend::name

◆ numChannels

int PVR::SBackend::numChannels = 0

◆ numDeletedRecordings

int PVR::SBackend::numDeletedRecordings = 0

◆ numRecordings

int PVR::SBackend::numRecordings = 0

◆ numTimers

int PVR::SBackend::numTimers = 0

◆ version

std::string PVR::SBackend::version

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