ReadonlybufferedBuffered fraction 0..1.
ReadonlycurrentCurrent playback position in seconds.
ReadonlydurationTotal duration in seconds (NaN until metadata is loaded).
ReadonlyendedWhether playback has ended.
ReadonlyerrorThe current media error, or null when playback is healthy.
Populated from the native MediaError when the browser
fails to load or decode the resource (e.g. 404, 429, codec
not supported).
ReadonlymutedWhether audio is muted.
ReadonlypausedWhether media has been paused.
ReadonlyplaybackCurrent playback rate (e.g. 1 = normal, 2 = double speed).
ReadonlyplayingWhether media is currently playing.
ReadonlyvolumeCurrent volume 0..1.
Playback state exposed by the media player.
All time values are in seconds.