EXTENDS: vjs.MediaTechController
DEFINED IN: src/js/media/html5.js#L12
HTML5 Media Controller - Wrapper for HTML5 Media API
Check if playbackRate is supported in this browser/device.
[type]
[description]
defined in: src/js/media/html5.js#L542
Check if the volume can be changed in this browser/device. Volume cannot be changed in a lot of mobile devices. Specifically, it can't be changed from 1 on iOS.
Boolean
defined in: src/js/media/html5.js#L532
- player
- options
- ready
defined in: src/js/media/html5.js#L14
Check if HTML5 video is supported by this browser/device
Boolean
defined in: src/js/media/html5.js#L452
Check to see if native text tracks are supported by this browser/device
Boolean
defined in: src/js/media/html5.js#L552
The default native source handler. This simply passes the source to the video element. Nothing fancy.
- source
Object
The source object - tech
vjs.Html5
The instance of the HTML5 tech
defined in: src/js/media/html5.js#L472