Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

#include <Stream.h>

Inheritance diagram for kodi::addon::PVRCodec:
kodi::addon::CStructHdl< PVRCodec, PVR_CODEC >

Public Member Functions

void SetCodecType (PVR_CODEC_TYPE codecType)
 Codec type. More...
 
PVR_CODEC_TYPE GetCodecType () const
 To get with SetCodecType() changed values. More...
 
void SetCodecId (unsigned int codecId)
 Codec id. More...
 
unsigned int GetCodecId () const
 To get with SetCodecId() changed values. More...
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRCodec, PVR_CODEC >
 CStructHdl ()
 
 CStructHdl (const PVRCodec &cppClass)
 
 CStructHdl (const PVR_CODEC *cStructure)
 
 CStructHdl (PVR_CODEC *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_CODEC &right)
 
virtual ~CStructHdl ()
 
 operator PVR_CODEC * ()
 
 operator const PVR_CODEC * () const
 
const PVR_CODECGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRCodec, PVR_CODEC >
PVR_CODECm_cStructure
 

Friends And Related Function Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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