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
HMI Documentation
StopAudioStream

StopAudioStream

Type
Function
Sender
SDL
Purpose
Stop the audio streaming service between SDL and the HMI and stop streaming audio data.

Request

Parameters

Name Type Mandatory Additional
appID Integer true

Response

Parameters

This RPC has no additional parameter requirements

Sequence Diagrams

JSON Message Examples

Example Request

Copied to clipboard!

{
  "id" : 176,
  "jsonrpc" : "2.0",
  "method" : "Navigation.StopAudioStream",
  "params" :  
  {
    "appID" : 65674
  }
}

Example Response

Copied to clipboard!

{
  "id" : 176,
  "jsonrpc" : "2.0",
  "result" :
  {
    "code" : 0,
    "method" : "Navigation.StopAudioStream"
  }
}

Example Error

Copied to clipboard!

{
  "id" : 176,
  "jsonrpc" : "2.0",
  "error" :
  {
    "code" : 22,
    "message" : "Stop stream failed or some other error occurred",
    "data" :
    {
      "method" : "Navigation.StopAudioStream"
    }
  }
}
View on GitHub.com
Previous Section Next Section