8 #ifndef NDL_DIRECTMEDIA_API_VERSION
9 # define NDL_DIRECTMEDIA_API_VERSION 1
12 #include "NDL_directmedia_types.h"
19 const char *NDL_DirectMediaGetError(
void);
26 int NDL_DirectMediaInit(
const char *app_id, ResourceReleased cb);
33 int NDL_DirectMediaQuit(
void);
38 int NDL_DirectMediaSetAppState(NDL_DIRECTMEDIA_APP_STATE state);
43 int NDL_DirectVideoSetArea(
int left,
int top,
int width,
int height);