Merge pull request #4789 from EvanCarroll/playback_speeds
This commit is contained in:
commit
585137cfee
1 changed files with 12 additions and 0 deletions
|
@ -1978,6 +1978,18 @@ export class HtmlVideoPlayer {
|
|||
}, {
|
||||
name: '2x',
|
||||
id: 2.0
|
||||
}, {
|
||||
name: '2.5x',
|
||||
id: 2.5
|
||||
}, {
|
||||
name: '3x',
|
||||
id: 3.0
|
||||
}, {
|
||||
name: '3.5x',
|
||||
id: 3.5
|
||||
}, {
|
||||
name: '4.0x',
|
||||
id: 4.0
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue