예제 #1
0
파일: intf.c 프로젝트: BloodExecutioner/vlc
int Open_LuaCLI( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, "cli" );
}
예제 #2
0
파일: intf.c 프로젝트: CSRedRat/vlc
int Open_LuaIntf( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, NULL );
}
예제 #3
0
파일: intf.c 프로젝트: BloodExecutioner/vlc
int Open_LuaHTTP( vlc_object_t *p_this )
{
    return Start_LuaIntf( p_this, "http" );
}