|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogExtendedProgressBar.h"#include "guilib/GUIMessage.h"#include "guilib/GUIProgressControl.h"#include "utils/TimeUtils.h"#include <cmath>#include <mutex>Macros | |
| #define | CONTROL_LABELHEADER 30 |
| #define | CONTROL_LABELTITLE 31 |
| #define | CONTROL_PROGRESS 32 |
| #define | ITEM_SWITCH_TIME_MS 2000 |
| #define CONTROL_LABELHEADER 30 |
| #define CONTROL_LABELTITLE 31 |
| #define CONTROL_PROGRESS 32 |
| #define ITEM_SWITCH_TIME_MS 2000 |