| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "PlayerCoreFactory.h"#include "FileItem.h"#include "PlayerCoreConfig.h"#include "PlayerSelectionRule.h"#include "URL.h"#include "cores/IPlayerCallback.h"#include "cores/VideoPlayer/Interface/InputStreamConstants.h"#include "dialogs/GUIDialogContextMenu.h"#include "guilib/LocalizeStrings.h"#include "music/MusicFileItemClassify.h"#include "profiles/ProfileManager.h"#include "settings/AdvancedSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "settings/lib/SettingsManager.h"#include "utils/FileUtils.h"#include "utils/StringUtils.h"#include "utils/XMLUtils.h"#include "utils/log.h"#include "video/VideoFileItemClassify.h"#include <mutex>#include <sstream>Macros | |
| #define | PLAYERCOREFACTORY_XML "playercorefactory.xml" | 
| #define PLAYERCOREFACTORY_XML "playercorefactory.xml" |