Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 712 Bytes

vjs.MediaTechController.md

File metadata and controls

33 lines (20 loc) · 712 Bytes

vjs.MediaTechController

DEFINED IN: src/js/media/media.js#L14

Base class for media (HTML5 Video, Flash) controllers


INDEX


METHODS

withSourceHandlers( Tech ) STATIC

A functional mixin for techs that want to use the Source Handler pattern.

EXAMPLE:

videojs.MediaTechController.withSourceHandlers.call(MyTech);

PARAMETERS:
  • Tech

defined in: src/js/media/media.js#L428