Native video/audio tag.
Hls events that will be triggered in Player.
The current media source element.
Hls options to be passed to the Hls instance.
Instance of hls.js player.
Promise to be resolved once media starts playing to avoid race issues.
Time in milliseconds to attempt to recover media after an error.
Time in milliseconds to attempt to swap audio codec after an error.
Retrieve the current media's current time position.
Set the current media's current time position.
Retrieve the current media's current duration.
Retrieve the current media's muted status.
Set the current media's muted status.
Retrieve the current media's paused status.
Retrieve the current media's playback rate.
Set the current media's playback rate.
Retrieve current media's volume level.
Set the current media's volume level.
Custom HLS events
These events can be attached to the original node using addEventListener and the name of the event, using or not Hls.Events object
Remove all hls.js events and destroy hlsjs player instance.
Provide support via hls.js if browser does not have native support for HLS
Pause current media.
Play current media.
Generated using TypeDoc
HLS Media.
Class that handles M3U8 files using hls.js within the player
https://github.com/video-dev/hls.js/
HlsMedia