Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <Channels.h>

Inheritance diagram for kodi::addon::PVRSignalStatus:
kodi::addon::CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS >

Public Member Functions

void SetAdapterName (const std::string &adapterName)
 optional
Name of the adapter that's being used.
 
std::string GetAdapterName () const
 To get with SetAdapterName changed values.
 
void SetAdapterStatus (const std::string &adapterStatus)
 optional
Status of the adapter that's being used.
 
std::string GetAdapterStatus () const
 To get with SetAdapterStatus changed values.
 
void SetServiceName (const std::string &serviceName)
 optional
Name of the current service.
 
std::string GetServiceName () const
 To get with SetServiceName changed values.
 
void SetProviderName (const std::string &providerName)
 optional
Name of the current service's provider.
 
std::string GetProviderName () const
 To get with SetProviderName changed values.
 
void SetMuxName (const std::string &muxName)
 optional
Name of the current mux.
 
std::string GetMuxName () const
 To get with SetMuxName changed values.
 
void SetSNR (int snr)
 optional
Signal/noise ratio.
 
int GetSNR () const
 To get with SetSNR changed values.
 
void SetSignal (int signal)
 optional
Signal strength.
 
int GetSignal () const
 To get with SetSignal changed values.
 
void SetBER (long ber)
 optional
Bit error rate.
 
long GetBER () const
 To get with SetBER changed values.
 
void SetUNC (long unc)
 optional
Uncorrected blocks:
 
long GetUNC () const
 To get with SetBER changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS >
 CStructHdl ()
 
 CStructHdl (const PVRSignalStatus &cppClass)
 
 CStructHdl (const PVR_SIGNAL_STATUS *cStructure)
 
 CStructHdl (PVR_SIGNAL_STATUS *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_SIGNAL_STATUS &right)
 
virtual ~CStructHdl ()
 
 operator PVR_SIGNAL_STATUS * ()
 
 operator const PVR_SIGNAL_STATUS * () const
 
const PVR_SIGNAL_STATUSGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS >
PVR_SIGNAL_STATUSm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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