Implementations: shaka.ui.SeekBar shaka.ui.SeekBar Extends: shaka.extern.IUIElement Source: ui/externs/ui.js, line 376 Extends shaka.extern.IUIElement Interfaces Factory Methods getValue() → {number} Source: ui/externs/ui.js, line 378 Returns: Type number isShowing() → {boolean} Source: ui/externs/ui.js, line 390 Returns: Type boolean setValue(value) Parameters: Name Type Description value number Source: ui/externs/ui.js, line 381 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: ui/externs/ui.js, line 387