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
AudioStreamingIndicator

AudioStreamingIndicator Class Reference

Constructors

Static Members

Constructors

new AudioStreamingIndicator()

Constructor for AudioStreamingIndicator.

Static Members

AudioStreamingIndicator.PAUSE ⇒ String

Get the enum value for PAUSE. Indicates that a button press of the Play/Pause button pauses the current audio playback.

Kind: Static property of AudioStreamingIndicator
Returns: String - The enum value.

AudioStreamingIndicator.PLAY ⇒ String

Get the enum value for PLAY. Indicates that a button press of the Play/Pause button starts the audio playback.

Kind: Static property of AudioStreamingIndicator
Returns: String - The enum value.

AudioStreamingIndicator.PLAY_PAUSE ⇒ String

Get the enum value for PLAY_PAUSE. Default playback indicator. By default the playback indicator should be PLAY_PAUSE when: - the media app is newly registered on the head unit (after RegisterAppInterface) - the media app was closed by the user (App enters HMI_NONE) - the app sends SetMediaClockTimer with audioStreamingIndicator not set to any value

Kind: Static property of AudioStreamingIndicator
Returns: String - The enum value.

AudioStreamingIndicator.STOP ⇒ String

Get the enum value for STOP. Indicates that a button press of the Play/Pause button stops the current audio playback.

Kind: Static property of AudioStreamingIndicator
Returns: String - The enum value.

View on GitHub.com
Previous Section Next Section