support per clip volume
This commit is contained in:
parent
34cdae0ab3
commit
bfb5c3d3ef
6 changed files with 78 additions and 18 deletions
|
|
@ -140,6 +140,11 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
cuts: self.cuts
|
||||
});
|
||||
},
|
||||
volume: function() {
|
||||
self.$video.options({
|
||||
volume: self.options.volume
|
||||
});
|
||||
},
|
||||
width: function() {
|
||||
self.$video.options({width: getPlayerWidth()});
|
||||
self.$timeline.options({width: getTimelineWidth()});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue