![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <map>
#include <vector>
#include "MediaSource.h"
#include "utils/Job.h"
#include "IStorageProvider.h"
#include "threads/CriticalSection.h"
#include "PlatformDefs.h"
Classes | |
class | CNetworkLocation |
class | CMediaManager |
Macros | |
#define | TRAY_OPEN 16 |
#define | TRAY_CLOSED_NO_MEDIA 64 |
#define | TRAY_CLOSED_MEDIA_PRESENT 96 |
#define | DRIVE_OPEN 0 |
#define | DRIVE_NOT_READY 1 |
#define | DRIVE_READY 2 |
#define | DRIVE_CLOSED_NO_MEDIA 3 |
#define | DRIVE_CLOSED_MEDIA_PRESENT 4 |
#define | DRIVE_NONE 5 |
Variables | |
class CMediaManager | g_mediaManager |
#define DRIVE_CLOSED_MEDIA_PRESENT 4 |
#define DRIVE_CLOSED_NO_MEDIA 3 |
#define DRIVE_NONE 5 |
#define DRIVE_NOT_READY 1 |
#define DRIVE_OPEN 0 |
#define DRIVE_READY 2 |
#define TRAY_CLOSED_MEDIA_PRESENT 96 |
#define TRAY_CLOSED_NO_MEDIA 64 |
#define TRAY_OPEN 16 |
|
extern |