# setAudioRenderer

Description: select the audio playback device.

Request example:

{
    "method" : "setAudioRenderer",
    "requestId" : "1",
    "name" : "none",
    "description" : "none"
}

Response example:

{
    "method" : "setAudioRenderer",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • name — the name of the audio playback device

  • description — the identifier of the audio playback device. If the name field is equal to none, this field should also be equal to none

  • requestId - unique request identifier. More details can be found here

See also: