Kodi Development  20.0
for Binary and Script based Add-Ons

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:

Definition: 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
void SetFlags(unsigned int flags)
optional Bit field of independent flags associated with the EPG entry.
Definition: EPG.h:393

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.