Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Global gui Add-on to Kodi callback functions. More...
#include <General.h>
Static Public Member Functions | |
static void | Init (AddonGlobalInterface *addonInterface) |
static void | DeInit (AddonGlobalInterface *addonInterface) |
static void | lock () |
callback functions from add-on to kodi | |
static void | unlock () |
static int | get_screen_height (KODI_HANDLE kodiBase) |
static int | get_screen_width (KODI_HANDLE kodiBase) |
static int | get_video_resolution (KODI_HANDLE kodiBase) |
static int | get_current_window_dialog_id (KODI_HANDLE kodiBase) |
static int | get_current_window_id (KODI_HANDLE kodiBase) |
static ADDON_HARDWARE_CONTEXT | get_hw_context (KODI_HANDLE kodiBase) |
static AdjustRefreshRateStatus | get_adjust_refresh_rate_status (KODI_HANDLE kodiBase) |
Global gui Add-on to Kodi callback functions.
To hold general gui functions and initialize also all other gui related types not related to a instance type and usable for every add-on type.
Related add-on header is "./xbmc/addons/kodi-dev-kit/include/kodi/gui/General.h"
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
callback functions from add-on to kodi
The parameter kodiBase
is used to become the pointer for a CAddonDll
class.
|
static |