PVR Signal status information
This class gives current status information from stream to Kodi.
Used to get information for user by call of kodi::addon::CInstancePVRClient::GetSignalStatus() to see current quality and source.
The following table contains values that can be set with class PVRSignalStatus :
◆ SetAdapterName()
void SetAdapterName |
( |
const std::string & |
adapterName | ) |
|
|
inline |
optional
Name of the adapter that's being used.
◆ GetAdapterName()
std::string GetAdapterName |
( |
| ) |
const |
|
inline |
◆ SetAdapterStatus()
void SetAdapterStatus |
( |
const std::string & |
adapterStatus | ) |
|
|
inline |
optional
Status of the adapter that's being used.
◆ GetAdapterStatus()
std::string GetAdapterStatus |
( |
| ) |
const |
|
inline |
◆ SetServiceName()
void SetServiceName |
( |
const std::string & |
serviceName | ) |
|
|
inline |
optional
Name of the current service.
◆ GetServiceName()
std::string GetServiceName |
( |
| ) |
const |
|
inline |
◆ SetProviderName()
void SetProviderName |
( |
const std::string & |
providerName | ) |
|
|
inline |
optional
Name of the current service's provider.
◆ GetProviderName()
std::string GetProviderName |
( |
| ) |
const |
|
inline |
◆ SetMuxName()
void SetMuxName |
( |
const std::string & |
muxName | ) |
|
|
inline |
optional
Name of the current mux.
◆ GetMuxName()
std::string GetMuxName |
( |
| ) |
const |
|
inline |
◆ SetSNR()
optional
Signal/noise ratio.
- Note
- 100% is 0xFFFF 65535
◆ GetSNR()
To get with SetSNR changed values.
◆ SetSignal()
void SetSignal |
( |
int |
signal | ) |
|
|
inline |
optional
Signal strength.
- Note
- 100% is 0xFFFF 65535
◆ GetSignal()
◆ SetBER()
◆ GetBER()
To get with SetBER changed values.
◆ SetUNC()
optional
Uncorrected blocks:
◆ GetUNC()
To get with SetBER changed values.