Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
OMXCore.h File Reference
#include <string>
#include <queue>
#include <vector>
#include "DllOMX.h"
#include <semaphore.h>

Classes

struct  omx_event
 
class  COMXCoreTunnel
 
class  COMXCoreComponent
 
class  COMXCore
 

Macros

#define OMX_SKIP64BIT
 
#define OMX_INIT_STRUCTURE(a)
 
#define OMX_MAX_PORTS   10
 

Typedefs

typedef struct omx_event omx_event
 

Macro Definition Documentation

◆ OMX_INIT_STRUCTURE

#define OMX_INIT_STRUCTURE (   a)
Value:
memset(&(a), 0, sizeof(a)); \
(a).nSize = sizeof(a); \
(a).nVersion.s.nVersionMajor = OMX_VERSION_MAJOR; \
(a).nVersion.s.nVersionMinor = OMX_VERSION_MINOR; \
(a).nVersion.s.nRevision = OMX_VERSION_REVISION; \
(a).nVersion.s.nStep = OMX_VERSION_STEP

◆ OMX_MAX_PORTS

#define OMX_MAX_PORTS   10

◆ OMX_SKIP64BIT

#define OMX_SKIP64BIT
Todo:
should this be in configure

Typedef Documentation

◆ omx_event

typedef struct omx_event omx_event