| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "PAPlayer.h"#include "FileItem.h"#include "ICodec.h"#include "ServiceBroker.h"#include "URL.h"#include "Util.h"#include "cores/AudioEngine/Interfaces/AE.h"#include "cores/AudioEngine/Interfaces/AEStream.h"#include "cores/AudioEngine/Utils/AEStreamData.h"#include "cores/AudioEngine/Utils/AEUtil.h"#include "cores/DataCacheCore.h"#include "cores/VideoPlayer/Process/ProcessInfo.h"#include "jobs/JobManager.h"#include "messaging/ApplicationMessenger.h"#include "music/MusicFileItemClassify.h"#include "music/tags/MusicInfoTag.h"#include "settings/AdvancedSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "threads/SystemClock.h"#include "utils/log.h"#include "video/Bookmark.h"#include <memory>#include <mutex>Macros | |
| #define | TIME_TO_CACHE_NEXT_FILE 5000 /* 5 seconds before end of song, start caching the next song */ | 
| #define | FAST_XFADE_TIME 80 /* 80 milliseconds */ | 
| #define | MAX_SKIP_XFADE_TIME 2000 /* max 2 seconds crossfade on track skip */ | 
| #define FAST_XFADE_TIME 80 /* 80 milliseconds */ | 
| #define TIME_TO_CACHE_NEXT_FILE 5000 /* 5 seconds before end of song, start caching the next song */ |