Exemplo n.º 1
0
int Open_LuaCLI( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, "cli" );
}
Exemplo n.º 2
0
Arquivo: intf.c Projeto: CSRedRat/vlc
int Open_LuaIntf( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, NULL );
}
Exemplo n.º 3
0
int Open_LuaHTTP( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, "http" );
}