video.js
Methods
- 
    
        
        
inner videojs(id, optionsopt, readyopt) → {Player}
 - 
    
    
Doubles as the main function for users to create a player instance and also the main library object. The
videojsfunction can be used to initialize or retrieve a player.Parameters:
Name Type Attributes Description idstring | Element Video element or video element ID
optionsObject <optional> 
Optional options object for config/settings
readyComponent~ReadyCallback <optional> 
Optional ready callback
- Mixes In: