![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Inputstream codec features
To identify special extra features used for optional codec on inputstream.
More...
Enumerations | |
enum | INPUTSTREAM_CODEC_FEATURES { INPUTSTREAM_FEATURE_NONE = 0 , INPUTSTREAM_FEATURE_DECODE = (1 << 0) } |
Inputstream codec features
To identify special extra features used for optional codec on inputstream.
Used on kodi::addon::InputstreamInfo::SetFeatures and kodi::addon::InputstreamInfo::GetFeatures.
Enumerator | |
---|---|
INPUTSTREAM_FEATURE_NONE | 0000 0000 0000 0000 : Empty to set if nothing is used |
INPUTSTREAM_FEATURE_DECODE | 0000 0000 0000 0001 : To set addon decode should used with Video Codec. |