Kodi Development 22.0
for Binary and Script based Add-Ons
 
All Classes Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches

Detailed Description

Bit field of independent flags associated with the EPG entry.
Values used by SetFlags().

Here's example about the use of this:

Definition Recordings.h:39
@ PVR_RECORDING_FLAG_IS_SERIES
0000 0001 : This recording is part of a series.
Definition pvr_recordings.h:44
@ PVR_RECORDING_FLAG_IS_PREMIERE
0000 0100 : This recording will be flagged as a premiere.
Definition pvr_recordings.h:50
void SetFlags(unsigned int flags)
optional Bit field of independent flags associated with the recording.
Definition Recordings.h:508

Enumeration Type Documentation

◆ PVR_RECORDING_FLAG

Enumerator
PVR_RECORDING_FLAG_UNDEFINED 

0000 0000 : Nothing special to say about this recording.

PVR_RECORDING_FLAG_IS_SERIES 

0000 0001 : This recording is part of a series.

PVR_RECORDING_FLAG_IS_NEW 

0000 0010 : This recording will be flagged as new.

PVR_RECORDING_FLAG_IS_PREMIERE 

0000 0100 : This recording will be flagged as a premiere.

PVR_RECORDING_FLAG_IS_FINALE 

0000 1000 : This recording will be flagged as a finale.

PVR_RECORDING_FLAG_IS_LIVE 

0001 0000 : This recording will be flagged as live.