]> git.sesse.net Git - vlc/commit
skins2: implement recording and next-frame
authorErwan Tulou <erwan10@videolan.org>
Sat, 5 Sep 2009 15:12:07 +0000 (17:12 +0200)
committerErwan Tulou <erwan10@videolan.org>
Sat, 5 Sep 2009 19:09:00 +0000 (21:09 +0200)
commitf755d52057980f3227fc0ebdd91751539cc1c342
tree97c5f305b306c8be3ad512aabe74730def0c4264
parentebd6d41f938556c2962737816bef681bd9afc80a
skins2: implement recording and next-frame

This patch adds the following keywords for skins developpers :
      - vlc.canRecord      (boolean / refers to can-record)
      - vlc.isRecording    (boolean / refers to record)
      - vlc.toggleRecord() (function / toggle recording)
      - vlc.nextFrame()    (function / next frame)
modules/gui/skins2/commands/cmd_callbacks.hpp
modules/gui/skins2/commands/cmd_snapshot.cpp
modules/gui/skins2/commands/cmd_snapshot.hpp
modules/gui/skins2/parser/interpreter.cpp
modules/gui/skins2/src/vlcproc.cpp
modules/gui/skins2/src/vlcproc.hpp