Create component instance with parent constructor
Subscribe on component event
Subscribe on event
This string can contain: event name, namespace of event name, list of event names separated by a space or '*' to subscribe on all events
Callback function
Unsubscribe from component event
Unsubscribe from event
This string can contain: event name, namespace of event name, list of event names separated by a space or '*' to unsubscribe from all events
Callback function
Player's aspect ratio mode
Player's aspect ratio mode
Whether player should start playing of video as soon as it is loaded
Whether player should start playing of video as soon as it is loaded
Float between 0 and 1 indicating how much of the video is buffered
Whether video is ready for playback
Current playback time
Current playback time
Duration of the current video
Root HTML element
If greater than 0, player will hide controls if user is inactive for specified amount of milliseconds.
If greater than 0, player will hide controls if user is inactive for specified amount of milliseconds.
Return flag whether player is in the fullscreen mode
Whether player should loop playing of video
Whether player should loop playing of video
Whether player should mute video
Whether player should mute video
Whether video is paused
Whether player should start playing of video when video is in the middle of the screen
Whether player should start playing of video when video is in the middle of the screen
Whether video is playing
Player playback rate
Player playback rate
Whether player should show controls
Whether player should show controls
Player size mode
Player size mode
Player volume (float between 0 and 1)
Player volume (float between 0 and 1)
Destroy component instance and remove it from the DOM
Play next video from playlist.
Play previous video from playlist.
Start preloading of current video
Pause playback of current video
Start playback of current video
Set new playlist to player
Playlist to play
Index of video from playlist to play
Set index of video from playlist to play
Index of video from playlist to play
Set new video to player
Video object
Set new video id to player
Video id
Toggle fullscreen mode (should be called only in callback of user event)
Unload current video
Generated using TypeDoc
This component creates instance of single video player. See PlayerParams for accepted parameters