[vlc-devel] commit: ActiveX: Improve subtitle and audio track JS bindings ( Cyril Mathé )
git version control
git at videolan.org
Tue May 26 14:32:36 CEST 2009
vlc | branch: master | Cyril Mathé <cmathe at actech-innovation.com> | Mon May 18 11:19:44 2009 +0200| [dd61c758140227e73a283bcfc121257a679b9b38] | committer: Jean-Baptiste Kempf
ActiveX: Improve subtitle and audio track JS bindings
- audio.count: give the number of available audio track
- audio.description(int n): give the name of the n-th audio track
- subtitle.count: give the number of available subtitle track
- subtitle.description(int n): give the name of the n-th subtitle track
- subtitle.track: get and set the subtitle track to show (similar as video.subtitle)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd61c758140227e73a283bcfc121257a679b9b38
---
projects/activex/axvlc.idl | 29 ++++
projects/activex/vlccontrol2.cpp | 308 ++++++++++++++++++++++++++++++++++++++
projects/activex/vlccontrol2.h | 52 +++++++
3 files changed, 389 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=dd61c758140227e73a283bcfc121257a679b9b38
More information about the vlc-devel
mailing list