Class: shaka.ui.VolumeBar

Constructor

(export) new VolumeBar(parentnon-null, controlsnon-null)

Parameters:
Name Type Description
parent HTMLElement
controls shaka.ui.Controls
Extends:
Source:

Extends

Classes

Factory

Members

(protected, non-null) bar :HTMLInputElement

Type:
  • HTMLInputElement
Overrides:
Source:

(protected, non-null) container :HTMLElement

This container is to support IE 11. See detailed notes in less/range_elements.less for a complete explanation.
Type:
  • HTMLElement
Overrides:
Source:

(private) isChanging_ :boolean

Type:
  • boolean
Overrides:
Source:

Methods

destroy()

Inherited From:
  • shaka.ui.RangeElement#destroy
Source:

(private) onVolumeStateChange_()

Source:

(private) setBarValueForTouch_(event)

Synchronize the touch position with the range value. Comes in handy on iOS, where users have to grab the handle in order to start seeking.
Parameters:
Name Type Description
event Event
Overrides:
Source:

(private) updateAriaLabel_()

Source: