support audioTrack in VideoTimelinePanel

This commit is contained in:
j 2014-07-24 19:47:00 +02:00
commit 78e285bb12
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Ox.VideoTimelinePanel <f> Video timeline panel
annoationssize <!> annoationssize
annotationsrange <!> annotationsrange
annotationssort <!> annotationssort
audioTrack <s|''> Two-letter ISO 639-1 language code or track name
censored <!> censored
follow <!> follow
info <!> info
@ -36,6 +37,7 @@ Ox.VideoTimelinePanel = function(options, self) {
annotationsSize: 256,
annotationsSort: 'position',
annotationsTooltip: 'annotations',
audioTrack: '',
censored: [],
censoredIcon: '',
censoredTooltip: '',
@ -107,6 +109,7 @@ Ox.VideoTimelinePanel = function(options, self) {
});
self.$player = Ox.VideoTimelinePlayer({
audioTrack: self.options.audioTrack,
censored: self.options.censored,
censoredIcon: self.options.censoredIcon,
censoredTooltip: self.options.censoredTooltip,