Creates an instance of NativeMedia.
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.
Pause current media.
Play current media.
Generated using TypeDoc
HTML5 Media.
Class that wraps the native HTML5 media methods
NativeMedia