forked from 0x2620/oxjs
support per clip volume
This commit is contained in:
parent
34cdae0ab3
commit
bfb5c3d3ef
6 changed files with 78 additions and 18 deletions
|
|
@ -147,6 +147,11 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
self.$menuButton.checkItem('timelines_' + self.options.timeline);
|
||||
updateTimelines();
|
||||
},
|
||||
volume: function() {
|
||||
self.$player[0].options({
|
||||
volume: self.options.volume
|
||||
});
|
||||
},
|
||||
width: setSizes
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue