Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PAPlayer.cpp File Reference
#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 <algorithm>
#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 */
 

Macro Definition Documentation

◆ FAST_XFADE_TIME

#define FAST_XFADE_TIME   80 /* 80 milliseconds */

◆ MAX_SKIP_XFADE_TIME

#define MAX_SKIP_XFADE_TIME   2000 /* max 2 seconds crossfade on track skip */

◆ TIME_TO_CACHE_NEXT_FILE

#define TIME_TO_CACHE_NEXT_FILE   5000 /* 5 seconds before end of song, start caching the next song */