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

#include <Channels.h>

Inheritance diagram for kodi::addon::PVRDescrambleInfo:
kodi::addon::DynamicCStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >

Public Member Functions

void SetPID (int pid)
 optional
Packet identifier.
 
int GetPID () const
 To get with SetPID changed values.
 
void SetCAID (int iCaid)
 optional
Conditional access identifier.
 
int GetCAID () const
 To get with SetCAID changed values.
 
void SetProviderID (int provid)
 optional
Provider-ID.
 
int GetProviderID () const
 To get with SetProviderID changed values.
 
void SetECMTime (int ecmTime)
 optional
ECM time.
 
int GetECMTime () const
 To get with SetECMTime changed values.
 
void SetHops (int hops)
 optional
Hops.
 
int GetHops () const
 To get with SetHops changed values.
 
void SetCardSystem (const std::string &cardSystem)
 optional
Empty string if not available.
 
std::string GetCardSystem () const
 To get with SetCardSystem changed values.
 
void SetReader (const std::string &reader)
 optional
Empty string if not available.
 
std::string GetReader () const
 To get with SetReader changed values.
 
void SetFrom (const std::string &from)
 optional
Empty string if not available.
 
std::string GetFrom () const
 To get with SetFrom changed values.
 
void SetProtocol (const std::string &protocol)
 optional
Empty string if not available.
 
std::string GetProtocol () const
 To get with SetProtocol changed values.
 
- Public Member Functions inherited from kodi::addon::DynamicCStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >
 DynamicCStructHdl ()
 
 DynamicCStructHdl (const DynamicCStructHdl &cppClass)
 
 DynamicCStructHdl (const PVR_DESCRAMBLE_INFO *cStructure)
 
 DynamicCStructHdl (PVR_DESCRAMBLE_INFO *cStructure)
 
const DynamicCStructHdloperator= (const DynamicCStructHdl &right)
 
const DynamicCStructHdloperator= (const PVR_DESCRAMBLE_INFO &right)
 
virtual ~DynamicCStructHdl ()
 
 operator PVR_DESCRAMBLE_INFO * ()
 
 operator const PVR_DESCRAMBLE_INFO * () const
 
const PVR_DESCRAMBLE_INFOGetCStructure () const
 
PVR_DESCRAMBLE_INFOrelease ()
 

Static Public Member Functions

static void AllocResources (const PVR_DESCRAMBLE_INFO *source, PVR_DESCRAMBLE_INFO *target)
 
static void FreeResources (PVR_DESCRAMBLE_INFO *target)
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::DynamicCStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >
PVR_DESCRAMBLE_INFOm_cStructure
 

Member Function Documentation

◆ AllocResources()

static void kodi::addon::PVRDescrambleInfo::AllocResources ( const PVR_DESCRAMBLE_INFO * source,
PVR_DESCRAMBLE_INFO * target )
inlinestatic

◆ FreeResources()

static void kodi::addon::PVRDescrambleInfo::FreeResources ( PVR_DESCRAMBLE_INFO * target)
inlinestatic

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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