Skip to main content

Stereo Audio Output

A Node object whose type is STEREO_AUDIO_OUTPUT. It refers to an analog audio output jack.

Configuration

None

Status

None

Inputs

Input nameConfigurableDescription
mainYesAudio input source.

A transmitter may support none, some or all of the following: 2 -- Local HDMI audio (stereo downmix) 8 -- Multichannel audio subscription (audio return channel) 9 -- Local Multichannel audio 13 -- Stereo audio subscription 15 -- HDMI audio subscription (stereo downmix)
A receiver may support none, some or all of the following: 2 -- HDMI audio subscription (stereo downmix) 3 -- Stereo audio subscription 8 -- Multichannel audio subscription 9 -- Local Multichannel audio Note: Not all audio types are available to all endpoint devices, supported audio is based on the chipset type and hardware design.
A BlueRiver transceiver device may support none, some or all of the following: 2 -- HDMI audio subscription (stereo downmix) 3 -- Stereo audio subscription 8 -- Multichannel audio subscription 9 -- Local Multichannel audio 12 -- Local HDMI audio (stereo downmix)

Example

As returned by get device:

{
"type": "STEREO_AUDIO_OUTPUT",
"index": 0,
"configuration": {

},
"status": {

},
"inputs": [
{
"name": "main",
"index": 0,
"configuration": {
"source": {
"value": 3,
"choices": [
{
"value": 2,
"description": "HDMI Audio (Downmix)",
"details": {
"ref_class": "SUBSCRIPTION",
"ref_type": "HDMI_AUDIO",
"ref_index": 0
}
},
{
"value": 3,
"description": "Stereo Audio",
"details": {
"ref_class": "SUBSCRIPTION",
"ref_type": "STEREO_AUDIO",
"ref_index": 0
}
},
{
"value": 8,
"description": "Multi Channel Audio",
"details": {
"ref_class": "SUBSCRIPTION",
"ref_type": "MULTICH_AUDIO",
"ref_index": 0
}
},
{
"value": 9,
"description": "Multi Channel Audio Local Loop Out",
"details": {
"ref_class": "NODE",
"ref_type": "MULTICH_AUDIO_INPUT",
"ref_index": 0
}
}
]
}
},
"status": {
"source": {
"ref_class": "SUBSCRIPTION",
"ref_type": "STEREO_AUDIO",
"ref_index": 0
}
}
}
]
}