9 #ifndef C_API_GUI_GENERAL_H 10 #define C_API_GUI_GENERAL_H 12 #include "definitions.h" 26 ADJUST_REFRESHRATE_STATUS_OFF = 0,
27 ADJUST_REFRESHRATE_STATUS_ALWAYS,
28 ADJUST_REFRESHRATE_STATUS_ON_STARTSTOP,
29 ADJUST_REFRESHRATE_STATUS_ON_START,
37 int (*get_screen_height)(KODI_HANDLE kodiBase);
38 int (*get_screen_width)(KODI_HANDLE kodiBase);
39 int (*get_video_resolution)(KODI_HANDLE kodiBase);
40 int (*get_current_window_dialog_id)(KODI_HANDLE kodiBase);
41 int (*get_current_window_id)(KODI_HANDLE kodiBase);
42 ADDON_HARDWARE_CONTEXT (*get_hw_context)(KODI_HANDLE kodiBase);
AdjustRefreshRateStatus
Adjust refresh rate enum Used to get the Adjust refresh rate status info.
Definition: general.h:24