[vlc-devel] commit: moz-plugin: 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> | Fri May 15 14:49:34 2009 +0200| [be4893df71096246c00b016612783f84219da237] | committer: Jean-Baptiste Kempf
moz-plugin: 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=be4893df71096246c00b016612783f84219da237
---
projects/mozilla/control/npolibvlc.cpp | 231 ++++++++++++++++++++++++++++++++
projects/mozilla/control/npolibvlc.h | 24 ++++
2 files changed, 255 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=be4893df71096246c00b016612783f84219da237
More information about the vlc-devel
mailing list