Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
MediaManager.h File Reference
#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
 

Macro Definition Documentation

◆ DRIVE_CLOSED_MEDIA_PRESENT

#define DRIVE_CLOSED_MEDIA_PRESENT   4

◆ DRIVE_CLOSED_NO_MEDIA

#define DRIVE_CLOSED_NO_MEDIA   3

◆ DRIVE_NONE

#define DRIVE_NONE   5

◆ DRIVE_NOT_READY

#define DRIVE_NOT_READY   1

◆ DRIVE_OPEN

#define DRIVE_OPEN   0

◆ DRIVE_READY

#define DRIVE_READY   2

◆ TRAY_CLOSED_MEDIA_PRESENT

#define TRAY_CLOSED_MEDIA_PRESENT   96

◆ TRAY_CLOSED_NO_MEDIA

#define TRAY_CLOSED_NO_MEDIA   64

◆ TRAY_OPEN

#define TRAY_OPEN   16

Variable Documentation

◆ g_mediaManager

class CMediaManager g_mediaManager
extern