Interface: shaka.extern.IUISeekBar

Extends

Interfaces

Factory

Methods

getValue() → {number}

Source:
Returns:
Type
number

isShowing() → {boolean}

Source:
Returns:
Type
boolean

setValue(value)

Parameters:
Name Type Description
value number
Source:

update()

Called by Controls on a timer to update the state of the seek bar. Also called internally when the user interacts with the input element.
Source: