Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

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)
}
 

Detailed Description

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:

const char struct KODI_ADDON_AUDIODECODER_INFO_TAG * tag
Definition addons/kodi-dev-kit/include/kodi/c-api/addon-instance/AudioDecoder.h:122
Definition addons/kodi-dev-kit/include/kodi/addon-instance/pvr/Epg.h:40
@ EPG_TAG_FLAG_IS_NEW
0000 0010 : This EPG entry will be flagged as new.
Definition pvr_epg.h:552
@ EPG_TAG_FLAG_IS_SERIES
0000 0001 : This EPG entry is part of a series.
Definition pvr_epg.h:549

Typedef Documentation

◆ EPG_TAG_FLAG

typedef enum EPG_TAG_FLAG EPG_TAG_FLAG

Enumeration Type Documentation

◆ EPG_TAG_FLAG

Enumerator
EPG_TAG_FLAG_UNDEFINED 

0000 0000 : Nothing special to say about this entry.

EPG_TAG_FLAG_IS_SERIES 

0000 0001 : This EPG entry is part of a series.

EPG_TAG_FLAG_IS_NEW 

0000 0010 : This EPG entry will be flagged as new.

EPG_TAG_FLAG_IS_PREMIERE 

0000 0100 : This EPG entry will be flagged as a premiere.

EPG_TAG_FLAG_IS_FINALE 

0000 1000 : This EPG entry will be flagged as a finale.

EPG_TAG_FLAG_IS_LIVE 

0001 0000 : This EPG entry will be flagged as live.