|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "OMXCore.h"#include "DVDStreamInfo.h"#include <IL/OMX_Video.h>#include "OMXClock.h"#include "utils/Geometry.h"#include "DVDDemuxers/DVDDemux.h"#include "xbmc/cores/VideoSettings.h"#include "threads/CriticalSection.h"#include "xbmc/rendering/RenderSystem.h"#include "cores/VideoPlayer/VideoRenderers/RenderManager.h"#include "cores/VideoPlayer/Process/ProcessInfo.h"#include <string>Classes | |
| struct | ResolutionUpdateInfo |
| class | COMXVideo |
Macros | |
| #define | VIDEO_BUFFERS 60 |
| #define | CLASSNAME "COMXVideo" |
Typedefs | |
| typedef void(* | ResolutionUpdateCallBackFn) (void *ctx, uint32_t width, uint32_t height, float framerate, float display_aspect) |
| #define CLASSNAME "COMXVideo" |
| #define VIDEO_BUFFERS 60 |