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::PVRRecording::SetFlags(). More...

Typedefs

typedef enum PVR_RECORDING_FLAG PVR_RECORDING_FLAG
 

Enumerations

enum  PVR_RECORDING_FLAG {
  PVR_RECORDING_FLAG_UNDEFINED = 0 , PVR_RECORDING_FLAG_IS_SERIES = (1 << 0) , PVR_RECORDING_FLAG_IS_NEW = (1 << 1) , PVR_RECORDING_FLAG_IS_PREMIERE = (1 << 2) ,
  PVR_RECORDING_FLAG_IS_FINALE = (1 << 3) , PVR_RECORDING_FLAG_IS_LIVE = (1 << 4)
}
 

Detailed Description

Bit field of independent flags associated with the EPG entry.
Values used by kodi::addon::PVRRecording::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 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

Typedef Documentation

◆ PVR_RECORDING_FLAG

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.