plugins.js
Methods
- 
    
        
        
inner plugin(name, init)
 - 
    
    
The method for registering a video.js plugin. {@link videojs:videojs.registerPlugin].
Parameters:
Name Type Description namestring The name of the plugin that is being registered
initplugins:PluginFn The function that gets run when a
Playerinitializes.