Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
kodi-addon-dev-kit/include/kodi/addon-instance/Visualization.h File Reference
#include "../AddonBase.h"

Classes

struct  VIS_INFO
 
struct  AddonProps_Visualization
 
struct  AddonToKodiFuncTable_Visualization
 
struct  KodiToAddonFuncTable_Visualization
 
struct  AddonInstance_Visualization
 
struct  VisTrack
 
class  kodi::addon::CInstanceVisualization
 

Namespaces

 kodi
 
 kodi::addon
 

Typedefs

typedef enum VIS_ACTION VIS_ACTION
 
typedef struct AddonProps_Visualization AddonProps_Visualization
 
typedef struct AddonToKodiFuncTable_Visualization AddonToKodiFuncTable_Visualization
 
typedef struct KodiToAddonFuncTable_Visualization KodiToAddonFuncTable_Visualization
 
typedef struct AddonInstance_Visualization AddonInstance_Visualization
 

Enumerations

enum  VIS_ACTION : unsigned int {
  VIS_ACTION_NONE = 0, VIS_ACTION_NEXT_PRESET, VIS_ACTION_PREV_PRESET, VIS_ACTION_LOAD_PRESET,
  VIS_ACTION_RANDOM_PRESET, VIS_ACTION_LOCK_PRESET, VIS_ACTION_RATE_PRESET_PLUS, VIS_ACTION_RATE_PRESET_MINUS,
  VIS_ACTION_UPDATE_ALBUMART, VIS_ACTION_UPDATE_TRACK
}
 

Typedef Documentation

§ AddonInstance_Visualization

§ AddonProps_Visualization

§ AddonToKodiFuncTable_Visualization

§ KodiToAddonFuncTable_Visualization

§ VIS_ACTION

typedef enum VIS_ACTION VIS_ACTION

Enumeration Type Documentation

§ VIS_ACTION

enum VIS_ACTION : unsigned int
Enumerator
VIS_ACTION_NONE 
VIS_ACTION_NEXT_PRESET 
VIS_ACTION_PREV_PRESET 
VIS_ACTION_LOAD_PRESET 
VIS_ACTION_RANDOM_PRESET 
VIS_ACTION_LOCK_PRESET 
VIS_ACTION_RATE_PRESET_PLUS 
VIS_ACTION_RATE_PRESET_MINUS 
VIS_ACTION_UPDATE_ALBUMART 
VIS_ACTION_UPDATE_TRACK