Creates an instance of DashMedia.
Native video/audio tag.
DashJS events that will be triggered in Player.
The current media source element.
Instance of dashjs player.
Promise to be resolved once media starts playing to avoid race issues.
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 M(PEG)-DASH events
These events can be attached to the original node using addEventListener and the name of the event, not using dashjs.MediaPlayer.events object
Remove all dash.js events and destroy dashjs player instance.
Pause current media.
Play current media.
Generated using TypeDoc
M(PEG)-DASH Media.
Class that handles MPD files using dash.js within the player
https://github.com/Dash-Industry-Forum/dash.js/
DashMedia