[vlc-devel] commit: ActiveX: Marquee JS Bindings ( Cyril Mathé )
git version control
git at videolan.org
Wed Jul 1 22:59:55 CEST 2009
vlc | branch: master | Cyril Mathé <cmathe at actech-innovation.com> | Mon Jun 29 13:34:32 2009 +0200| [967129d230ba38c9d23846cc3bb581b258435e1b] | committer: Jean-Baptiste Kempf
ActiveX: Marquee JS Bindings
- video.marquee.enable() : enable marquee filter
- video.marquee.disable() : disable marquee filter
- video.marquee.text("my_text") : display my_text on screen
- video.marquee.color(i_val) : change text color
- video.marquee.opacity(i_val) : change text opacity
- video.marquee.position(i_val) : change text position (center, left...)
- video.marquee.refresh(i_val) : change refresh time
- video.marquee.size(i_val) : change text size
- video.marquee.timeout(i_val) : change timeout
- video.marquee.x(i_val) : change abscissa position
- video.marquee.y(i_val) : change ordinate position
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=967129d230ba38c9d23846cc3bb581b258435e1b
---
projects/activex/axvlc.idl | 40 +++++
projects/activex/supporterrorinfo.cpp | 3 +-
projects/activex/vlccontrol2.cpp | 262 +++++++++++++++++++++++++++++++++
projects/activex/vlccontrol2.h | 65 ++++++++-
4 files changed, 368 insertions(+), 2 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=967129d230ba38c9d23846cc3bb581b258435e1b
More information about the vlc-devel
mailing list