This plugin creates a button to forward media a specific number of seconds.
It will work even when media is not being played initially.
| Parameter | Type | Default | Description |
|---|---|---|---|
| jumpForwardInterval | number | 30 | Seconds to jump forward media |
| jumpForwardText | string | null | Title for Jump Forward button for WARIA purposes |
This plugin creates a button to rewind media a specific number of seconds.
It will work even when media is not being played initially.
| Parameter | Type | Default | Description |
|---|---|---|---|
| skipBackInterval | number | 30 | Seconds to skip back media |
| skipBackText | string | null | Title for Skip Back button for WARIA purposes |
This plugin creates a button that allows the user to play media at different speed rates.
| Parameter | Type | Default | Description |
|---|---|---|---|
| speeds | array | ['1.50', '1.25', '1.00', '0.75'] | Enable speeding media; accounts for strings or objects like [{name: 'Slow', value: '0.75'}, {name: 'Normal', value: '1.00'}, ...] |
| defaultSpeed | number | 1.00 | Initial speed of media |
| speedChar | string | x | Character used to stop speeding media |
| speedText | string | null | Title for Speed button for WARIA purposes |