Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Bit field of independent flags associated with the EPG entry.
Values used by kodi::addon::PVREPGTag::SetFlags().
More...
Typedefs | |
typedef enum EPG_TAG_FLAG | EPG_TAG_FLAG |
Enumerations | |
enum | EPG_TAG_FLAG { EPG_TAG_FLAG_UNDEFINED = 0 , EPG_TAG_FLAG_IS_SERIES = (1 << 0) , EPG_TAG_FLAG_IS_NEW = (1 << 1) , EPG_TAG_FLAG_IS_PREMIERE = (1 << 2) , EPG_TAG_FLAG_IS_FINALE = (1 << 3) , EPG_TAG_FLAG_IS_LIVE = (1 << 4) } |
Bit field of independent flags associated with the EPG entry.
Values used by kodi::addon::PVREPGTag::SetFlags().
Here's example about the use of this:
typedef enum EPG_TAG_FLAG EPG_TAG_FLAG |
enum EPG_TAG_FLAG |