1
0
Fork 0
forked from 0x2620/oxjs

add first version of Ox.VideoTimelinePanel, update Ox.VideoTimelinePlayer

This commit is contained in:
rlx 2012-04-17 07:52:37 +00:00
commit 8c963339fd
2 changed files with 185 additions and 0 deletions

View file

@ -15,12 +15,14 @@ Ox.VideoTimelinePlayer = function(options, self) {
height: 0,
'in': 0,
matches: [],
muted: false,
out: 0,
paused: false,
position: 0,
subtitles: [],
timelineURL: '',
videoRatio: 1,
volume: 1,
width: 0
})
.options(options || {})