Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ApplicationPlayer.h"
#include "ServiceBroker.h"
#include "cores/DataCacheCore.h"
#include "cores/IPlayer.h"
#include "cores/VideoPlayer/VideoPlayer.h"
#include "cores/playercorefactory/PlayerCoreFactory.h"
#include "guilib/GUIComponent.h"
#include "guilib/GUIWindowManager.h"
#include "settings/AdvancedSettings.h"
#include "settings/SettingsComponent.h"
#include "video/VideoFileItemClassify.h"
#include <mutex>