kodi
|
Inputstream flags
To identify extra stream flags used on inputstream.
More...
Enumerations | |
enum | INPUTSTREAM_FLAGS { INPUTSTREAM_FLAG_NONE = 0, INPUTSTREAM_FLAG_DEFAULT = (1 << 0), INPUTSTREAM_FLAG_DUB = (1 << 1), INPUTSTREAM_FLAG_ORIGINAL = (1 << 2), INPUTSTREAM_FLAG_COMMENT = (1 << 3), INPUTSTREAM_FLAG_LYRICS = (1 << 4), INPUTSTREAM_FLAG_KARAOKE = (1 << 5), INPUTSTREAM_FLAG_FORCED = (1 << 6), INPUTSTREAM_FLAG_HEARING_IMPAIRED = (1 << 7), INPUTSTREAM_FLAG_VISUAL_IMPAIRED = (1 << 8) } |
Inputstream flags
To identify extra stream flags used on inputstream.
Used on kodi::addon::InputstreamInfo::SetFlags and kodi::addon::InputstreamInfo::GetFlags.
enum INPUTSTREAM_FLAGS |