Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation
SeekStreamingIndicator

SeekStreamingIndicator Class Reference

Constructors

Instance Methods

Constructors

new SeekStreamingIndicator(parameters)

Initializes an instance of SeekStreamingIndicator.

Instance Methods

seekStreamingIndicator.getSeekTime() ⇒ Number

Get the SeekTime

Kind: Instance method of SeekStreamingIndicator
Returns: Number - the KEY_SEEK_TIME value

seekStreamingIndicator.getType() ⇒ SeekIndicatorType

Get the Type

Kind: Instance method of SeekStreamingIndicator
Returns: SeekIndicatorType - the KEY_TYPE value

seekStreamingIndicator.setSeekTime(time) ⇒ SeekStreamingIndicator

Set the SeekTime

Kind: Instance method of SeekStreamingIndicator
Returns: SeekStreamingIndicator - The class instance for method chaining.

ParamTypeDescription
time Number If the type is TIME, this number of seconds may be present alongside the skip indicator. It will indicate the number of seconds that the currently playing media will skip forward or backward. - The desired SeekTime. {'num_min_value': 1, 'num_max_value': 99}

seekStreamingIndicator.setType(type) ⇒ SeekStreamingIndicator

Set the Type

Kind: Instance method of SeekStreamingIndicator
Returns: SeekStreamingIndicator - The class instance for method chaining.

ParamTypeDescription
type SeekIndicatorType The desired Type.
View on GitHub.com
Previous Section Next Section