PVR codec identifier
Used to exchange the desired codec type between Kodi and addon.
kodi::addon::CInstancePVRClient::GetCodecByName is used to get this data.
The following table contains values that can be set with class PVRCodec :
Name | Type | Set call | Get call |
---|---|---|---|
Codec type | PVR_CODEC_TYPE | SetCodecType | GetCodecType |
Codec identifier | unsigned int | SetCodecId | GetCodecId |
Modules | |
Value Help | |
|
inline |
Codec type.
|
inline |
To get with SetCodecType() changed values.
|
inline |
Codec id.
Related codec identifier, normally match the ffmpeg id's.
|
inline |
To get with SetCodecId() changed values.