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.
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.
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.