Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowSystemInfo.h"
#include "GUIInfoManager.h"
#include "ServiceBroker.h"
#include "guilib/GUIComponent.h"
#include "guilib/GUIMessage.h"
#include "guilib/LocalizeStrings.h"
#include "guilib/WindowIDs.h"
#include "guilib/guiinfo/GUIInfoLabels.h"
#include "pvr/PVRManager.h"
#include "storage/MediaManager.h"
#include "utils/CPUInfo.h"
#include "utils/StringUtils.h"
#include "utils/SystemInfo.h"
Macros | |
#define | CONTROL_TB_POLICY 30 |
#define | CONTROL_BT_STORAGE 94 |
#define | CONTROL_BT_DEFAULT 95 |
#define | CONTROL_BT_NETWORK 96 |
#define | CONTROL_BT_VIDEO 97 |
#define | CONTROL_BT_HARDWARE 98 |
#define | CONTROL_BT_PVR 99 |
#define | CONTROL_BT_POLICY 100 |
#define | CONTROL_START CONTROL_BT_STORAGE |
#define | CONTROL_END CONTROL_BT_POLICY |
#define CONTROL_BT_DEFAULT 95 |
#define CONTROL_BT_HARDWARE 98 |
#define CONTROL_BT_NETWORK 96 |
#define CONTROL_BT_POLICY 100 |
#define CONTROL_BT_PVR 99 |
#define CONTROL_BT_STORAGE 94 |
#define CONTROL_BT_VIDEO 97 |
#define CONTROL_END CONTROL_BT_POLICY |
#define CONTROL_START CONTROL_BT_STORAGE |
#define CONTROL_TB_POLICY 30 |