Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Stream.h>
Public Member Functions | |
void | SetCodecType (PVR_CODEC_TYPE codecType) |
Codec type. | |
PVR_CODEC_TYPE | GetCodecType () const |
To get with SetCodecType() changed values. | |
void | SetCodecId (unsigned int codecId) |
Codec id. | |
unsigned int | GetCodecId () const |
To get with SetCodecId() changed values. | |
Public Member Functions inherited from kodi::addon::CStructHdl< PVRCodec, PVR_CODEC > | |
CStructHdl () | |
CStructHdl (const CStructHdl &cppClass) | |
CStructHdl (const PVR_CODEC *cStructure) | |
CStructHdl (PVR_CODEC *cStructure) | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const PVR_CODEC &right) |
virtual | ~CStructHdl () |
operator PVR_CODEC * () | |
operator const PVR_CODEC * () const | |
const PVR_CODEC * | GetCStructure () const |
PVR_CODEC * | release () |
Friends | |
class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from kodi::addon::CStructHdl< PVRCodec, PVR_CODEC > | |
PVR_CODEC * | m_cStructure |
|
friend |