|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Channels.h>
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::DynamicCStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
| DynamicCStructHdl () | |
| DynamicCStructHdl (const DynamicCStructHdl &cppClass) | |
| DynamicCStructHdl (const PVR_SIGNAL_STATUS *cStructure) | |
| DynamicCStructHdl (PVR_SIGNAL_STATUS *cStructure) | |
| const DynamicCStructHdl & | operator= (const DynamicCStructHdl &right) |
| const DynamicCStructHdl & | operator= (const PVR_SIGNAL_STATUS &right) |
| virtual | ~DynamicCStructHdl () |
| operator PVR_SIGNAL_STATUS * () | |
| operator const PVR_SIGNAL_STATUS * () const | |
| const PVR_SIGNAL_STATUS * | GetCStructure () const |
| PVR_SIGNAL_STATUS * | release () |
Static Public Member Functions | |
| static void | AllocResources (const PVR_SIGNAL_STATUS *source, PVR_SIGNAL_STATUS *target) |
| static void | FreeResources (PVR_SIGNAL_STATUS *target) |
Friends | |
| class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from kodi::addon::DynamicCStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
| PVR_SIGNAL_STATUS * | m_cStructure |
|
inlinestatic |
|
inlinestatic |
|
friend |