Mute button.
Container for volume elements (display and slider input).
Element that displays the media's current volume level.
Instance of OpenPlayer.
Element that allows changing media's current volume.
Storage of volume value to restore it when toggling mute.
Create HTML and insert it into OpenPlayer's DOM.
This method must include its events setup.
Remove HTML associated to specific OpenPlayer's element.
This method must include the removal of its previously set events.
Events that will be triggered in Volume element:
Generated using TypeDoc
Volume controller element.
This class controls the media's volume level using
semantic markup
, such as input range and progress elements.https://codepen.io/mi-lee/post/an-overview-of-html5-semantics
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/volume
https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/cross_browser_video_player#Volume
Volume
PlayerComponent