Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
XBMCController.h File Reference
#import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h>
#import <OpenGLES/ES2/gl.h>
#import <AudioToolbox/AudioToolbox.h>
#import "windowing/XBMC_events.h"
#include "input/XBMC_keysym.h"

Classes

class  XBMCController
 

Enumerations

enum  IOSPlaybackState { IOS_PLAYBACK_STOPPED , IOS_PLAYBACK_PAUSED , IOS_PLAYBACK_PLAYING }
 

Variables

XBMCControllerg_xbmcController
 

Enumeration Type Documentation

◆ IOSPlaybackState

Enumerator
IOS_PLAYBACK_STOPPED 
IOS_PLAYBACK_PAUSED 
IOS_PLAYBACK_PLAYING 

Variable Documentation

◆ g_xbmcController

XBMCController* g_xbmcController
extern