]> git.sesse.net Git - vlc/commit
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc...
authorDamien Fouilleul <damienf@videolan.org>
Wed, 11 May 2005 16:56:46 +0000 (16:56 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 11 May 2005 16:56:46 +0000 (16:56 +0000)
commit83974ced856a461decddfa3040ffd38979319311
treecf0d0e269c6f4c0dd78a86005bd41abdab093d2b
parent29e2c8a4fb6f6e8d4d297bab143ea5445e5c2c55
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h

vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API.

main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
12 files changed:
activex/axvlc.idl
activex/axvlc.tlb
activex/axvlc_idl.c
activex/axvlc_idl.h
activex/main.cpp
activex/viewobject.cpp
activex/viewobject.h
activex/vlccontrol.cpp
activex/vlccontrol.h
include/variables.h
include/vlc/vlc.h
src/libvlc.c