1
0
Fork 0
forked from 0x2620/oxjs

support per clip volume

This commit is contained in:
j 2017-04-15 13:45:01 +02:00
commit bfb5c3d3ef
6 changed files with 78 additions and 18 deletions

View file

@ -123,6 +123,11 @@ Ox.VideoPlayerPanel = function(options, self) {
timeline: function() {
self.$timeline.options({type: self.options.timeline});
},
volume: function() {
self.$video.options({
volume: self.options.volume
});
},
width: function() {
self.$video.options({width: getPlayerWidth()});
self.$timeline.options({width: getTimelineWidth()});