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

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

#include <pvr_channels.h>

Public Attributes

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

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.

Member Data Documentation

◆ iBER

long PVR_SIGNAL_STATUS::iBER

◆ iSignal

int PVR_SIGNAL_STATUS::iSignal

◆ iSNR

int PVR_SIGNAL_STATUS::iSNR

◆ iUNC

long PVR_SIGNAL_STATUS::iUNC

◆ strAdapterName

char PVR_SIGNAL_STATUS::strAdapterName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strAdapterStatus

char PVR_SIGNAL_STATUS::strAdapterStatus[PVR_ADDON_NAME_STRING_LENGTH]

◆ strMuxName

char PVR_SIGNAL_STATUS::strMuxName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strProviderName

char PVR_SIGNAL_STATUS::strProviderName[PVR_ADDON_NAME_STRING_LENGTH]

◆ strServiceName

char PVR_SIGNAL_STATUS::strServiceName[PVR_ADDON_NAME_STRING_LENGTH]

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