mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
CLuaInstance: Add cVideo functions
- cVideo::SetBlank() - cVideo::ShowPicture() - cVideo::StopPicture()
This commit is contained in:
@@ -193,6 +193,9 @@ private:
|
||||
static int runScriptExt(lua_State *L);
|
||||
static int GetSize(lua_State *L);
|
||||
static int DisplayImage(lua_State *L);
|
||||
static int setBlank(lua_State *L);
|
||||
static int ShowPicture(lua_State *L);
|
||||
static int StopPicture(lua_State *L);
|
||||
static int PlayFile(lua_State *L);
|
||||
|
||||
static int strFind(lua_State *L);
|
||||
|
Reference in New Issue
Block a user