Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
PVR_SIGNAL_STATUS

"C" PVR add-on signal status information. More...

Detailed Description

"C" PVR add-on signal status information.

Structure used to interface in "C" between Kodi and Addon.

See kodi::addon::PVRSignalStatus for description of values.

Public Attributes

long iBER
 
int iSignal
 
int iSNR
 
long iUNC
 
char strAdapterName [PVR_ADDON_NAME_STRING_LENGTH]
 
char strAdapterStatus [PVR_ADDON_NAME_STRING_LENGTH]
 
char strMuxName [PVR_ADDON_NAME_STRING_LENGTH]
 
char strProviderName [PVR_ADDON_NAME_STRING_LENGTH]
 
char strServiceName [PVR_ADDON_NAME_STRING_LENGTH]
 

Member Data Documentation

◆ strAdapterName

char strAdapterName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strAdapterStatus

char strAdapterStatus[PVR_ADDON_NAME_STRING_LENGTH]

◆ strServiceName

char strServiceName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strProviderName

char strProviderName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strMuxName

char strMuxName[PVR_ADDON_NAME_STRING_LENGTH]

◆ iSNR

int iSNR

◆ iSignal

int iSignal

◆ iBER

long iBER

◆ iUNC

long iUNC

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