| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "WinSystemIOS.h"#include "ServiceBroker.h"#include "VideoSyncIos.h"#include "WinEventsIOS.h"#include "cores/AudioEngine/Sinks/AESinkDARWINIOS.h"#include "cores/RetroPlayer/process/ios/RPProcessInfoIOS.h"#include "cores/RetroPlayer/rendering/VideoRenderers/RPRendererOpenGLES.h"#include "cores/VideoPlayer/DVDCodecs/DVDFactoryCodec.h"#include "cores/VideoPlayer/DVDCodecs/Video/VTB.h"#include "cores/VideoPlayer/Process/ios/ProcessInfoIOS.h"#include "cores/VideoPlayer/VideoRenderers/HwDecRender/RendererVTBGLES.h"#include "cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.h"#include "cores/VideoPlayer/VideoRenderers/RenderFactory.h"#include "filesystem/SpecialProtocol.h"#include "guilib/DispResource.h"#include "guilib/Texture.h"#include "messaging/ApplicationMessenger.h"#include "rendering/gles/ScreenshotSurfaceGLES.h"#include "settings/DisplaySettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "utils/StringUtils.h"#include "utils/log.h"#include "windowing/GraphicContext.h"#include "windowing/WindowSystemFactory.h"import "platform/darwin/ios/IOSScreenManager.h"import "platform/darwin/ios/XBMCController.h"#include <memory>#include <mutex>#include <vector>import <Foundation/Foundation.h>import <OpenGLES/ES2/gl.h>import <OpenGLES/ES2/glext.h>import <QuartzCore/CADisplayLink.h>import <dlfcn.h>Classes | |
| class | IOSDisplayLinkCallback | 
| struct | CADisplayLinkWrapper | 
Macros | |
| #define | CONST_TOUCHSCREEN "Touchscreen" | 
| #define | CONST_EXTERNAL "External" | 
Functions | |
| UIScreenMode * | getModeForResolution (int width, int height, unsigned int screenIdx) | 
| #define CONST_EXTERNAL "External" | 
| #define CONST_TOUCHSCREEN "Touchscreen" |