Native video/audio tag.
The current media source element.
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.
Check if player can play the current media type (MIME type).
Execute any callbacks to destroy the current media element.
Prepare current media to be played.
Pause current media.
Play current media.
Generated using TypeDoc
Native Media.
Class that mimics the HTML5 MediaElement's standard methods. All the methods are availabe for the different types of media; the exceptions are the getter/setter of a source, load it and determine if media can be played, since each one of the media types handle those in a different way.
Native