Version: 1.x
VolumeControl
ID: vVolumeControl | LABEL: adjustVolume | Type: Control
A control that adjusts the volume level of the player.
Methods#
getEl#
Return Type: HTMLElement
The root HTML element of the component.
getSlider(): <input type="range">#
Return Type: <input type="range">
The input range slider that controls the volume of the player.
getMuteControl#
Return Type: MuteControl
The underlying MuteControl instance.