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::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) } |
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:
typedef enum PVR_RECORDING_FLAG PVR_RECORDING_FLAG |
enum PVR_RECORDING_FLAG |