forked from 0x2620/oxjs
add 'DRM'
This commit is contained in:
parent
087305a650
commit
1954a7a799
5 changed files with 123 additions and 14 deletions
|
|
@ -15,6 +15,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
annotationsSize: 0,
|
||||
censored: [],
|
||||
cuts: [],
|
||||
duration: 0,
|
||||
find: '',
|
||||
|
|
@ -165,6 +166,7 @@ Ox.VideoEditor = function(options, self) {
|
|||
|
||||
['play', 'in', 'out'].forEach(function(type, i) {
|
||||
self.$player[i] = Ox.VideoPlayer({
|
||||
censored: self.options.censored,
|
||||
controlsBottom: type == 'play' ?
|
||||
['play', 'playInToOut', 'volume', 'size', 'space', 'position'] :
|
||||
['goto', 'set', 'space', 'position'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue