[vlc-devel] vlc: svn commit r10976 (damienf)

Subversion daemon svn at videolan.org
Wed May 11 18:56:48 CEST 2005


r10976 | damienf | 2005-05-11 18:56:46 +0200 (Wed, 11 May 2005) | 6 lines
Changed paths:
   M /trunk/activex/axvlc.idl
   M /trunk/activex/axvlc.tlb
   M /trunk/activex/axvlc_idl.c
   M /trunk/activex/axvlc_idl.h
   M /trunk/activex/main.cpp
   M /trunk/activex/viewobject.cpp
   M /trunk/activex/viewobject.h
   M /trunk/activex/vlccontrol.cpp
   M /trunk/activex/vlccontrol.h
   M /trunk/include/variables.h
   M /trunk/include/vlc/vlc.h
   M /trunk/src/libvlc.c

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

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list