video.c File Reference

Include dependency graph for video.c:


Functions

static int vlclua_fullscreen (lua_State *L)
void luaopen_video (lua_State *L)

Variables

static const luaL_Reg vlclua_video_reg []

Function Documentation

void luaopen_video ( lua_State *  L  ) 

static int vlclua_fullscreen ( lua_State *  L  )  [static]


Variable Documentation

const luaL_Reg vlclua_video_reg[] [static]

Initial value:

 {
    { "fullscreen", vlclua_fullscreen },
    { NULL, NULL }
}


Generated on Wed Aug 13 08:05:30 2008 for VLC by  doxygen 1.5.1