Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
ExternalPlayer.cpp File Reference
#include "threads/SystemClock.h"
#include "CompileInfo.h"
#include "ExternalPlayer.h"
#include "windowing/WinSystem.h"
#include "dialogs/GUIDialogOK.h"
#include "guilib/GUIComponent.h"
#include "guilib/GUIWindowManager.h"
#include "Application.h"
#include "filesystem/MusicDatabaseFile.h"
#include "FileItem.h"
#include "utils/RegExp.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "URL.h"
#include "utils/XMLUtils.h"
#include "utils/log.h"
#include "utils/Variant.h"
#include "video/Bookmark.h"
#include "ServiceBroker.h"
#include "cores/AudioEngine/Interfaces/AE.h"
#include "cores/DataCacheCore.h"

Macros

#define LAUNCHER_PROCESS_TIME   2000
 
#define PROCESS_GRACE_TIME   3000
 
#define DEFAULT_PLAYCOUNT_MIN_TIME   10
 

Macro Definition Documentation

◆ DEFAULT_PLAYCOUNT_MIN_TIME

#define DEFAULT_PLAYCOUNT_MIN_TIME   10

◆ LAUNCHER_PROCESS_TIME

#define LAUNCHER_PROCESS_TIME   2000

◆ PROCESS_GRACE_TIME

#define PROCESS_GRACE_TIME   3000