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

const char * strAdapterName
 
const char * strAdapterStatus
 
const char * strServiceName
 
const char * strProviderName
 
const char * strMuxName
 
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

const char* PVR_SIGNAL_STATUS::strAdapterName

◆ strAdapterStatus

const char* PVR_SIGNAL_STATUS::strAdapterStatus

◆ strMuxName

const char* PVR_SIGNAL_STATUS::strMuxName

◆ strProviderName

const char* PVR_SIGNAL_STATUS::strProviderName

◆ strServiceName

const char* PVR_SIGNAL_STATUS::strServiceName

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