![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#import "SDL/SDL.h"
#import "SDLMain.h"
#import <sys/param.h>
#import <unistd.h>
#import "platform/darwin/osx/CocoaInterface.h"
#import "PlatformDefs.h"
#import "messaging/ApplicationMessenger.h"
#import "platform/darwin/osx/storage/DarwinStorageProvider.h"
#import "platform/darwin/osx/HotKeyController.h"
Classes | |
category | NSApplication(SDL_Missing_Methods) |
struct | CPSProcessSerNum |
class | XBMCApplication |
Macros | |
#define | SDL_USE_CPS 1 |
#define | VK_SLEEP 0x143 |
#define | VK_VOLUME_MUTE 0xAD |
#define | VK_VOLUME_DOWN 0xAE |
#define | VK_VOLUME_UP 0xAF |
#define | VK_MEDIA_NEXT_TRACK 0x9E |
#define | VK_MEDIA_PREV_TRACK 0x9D |
#define | VK_MEDIA_STOP 0xB2 |
#define | VK_MEDIA_PLAY_PAUSE 0xB3 |
#define | VK_REWIND 0xB1 |
#define | VK_FAST_FWD 0xB0 |
Typedefs | |
typedef struct CPSProcessSerNum | CPSProcessSerNum |
Functions | |
OSErr | CPSGetCurrentProcess (CPSProcessSerNum *psn) |
OSErr | CPSEnableForegroundOperation (CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5) |
OSErr | CPSSetFrontProcess (CPSProcessSerNum *psn) |
int | main (int argc, char *argv[]) |
#define SDL_USE_CPS 1 |
#define VK_FAST_FWD 0xB0 |
#define VK_MEDIA_NEXT_TRACK 0x9E |
#define VK_MEDIA_PLAY_PAUSE 0xB3 |
#define VK_MEDIA_PREV_TRACK 0x9D |
#define VK_MEDIA_STOP 0xB2 |
#define VK_REWIND 0xB1 |
#define VK_SLEEP 0x143 |
#define VK_VOLUME_DOWN 0xAE |
#define VK_VOLUME_MUTE 0xAD |
#define VK_VOLUME_UP 0xAF |
typedef struct CPSProcessSerNum CPSProcessSerNum |
OSErr CPSEnableForegroundOperation | ( | CPSProcessSerNum * | psn, |
UInt32 | _arg2, | ||
UInt32 | _arg3, | ||
UInt32 | _arg4, | ||
UInt32 | _arg5 | ||
) |
OSErr CPSGetCurrentProcess | ( | CPSProcessSerNum * | psn | ) |
OSErr CPSSetFrontProcess | ( | CPSProcessSerNum * | psn | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |