# 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 devicedescription
— the identifier of the audio playback device. If thename
field is equal tonone
, this field should also be equal tonone
requestId
- unique request identifier. More details can be found here
See also: