
Functions | |
| static int | vlclua_fullscreen (lua_State *L) |
| void | luaopen_video (lua_State *L) |
Variables | |
| static const luaL_Reg | vlclua_video_reg [] |
| void luaopen_video | ( | lua_State * | L | ) |
| static int vlclua_fullscreen | ( | lua_State * | L | ) | [static] |
References input_GetVout(), vlc_object_release, vlclua_error, vlclua_get_input_internal(), and vlclua_var_toggle_or_set.
const luaL_Reg vlclua_video_reg[] [static] |
Initial value:
{
{ "fullscreen", vlclua_fullscreen },
{ NULL, NULL }
}
Referenced by luaopen_video().
1.5.6