GET /audio/channel/{channelIndex}/input
Get the audio input (source and type) for the selected channel
Parameters
Name Type Description
{channelIndex} (required) integer
The index of the channel that its input is being controlled.
(Channels index from 0)
Response
200 - Currently selected input
The response is a JSON object.
Name Type Description
input string
Possible values are: None, Camera - Left, Camera - Right,
Camera - Mono, XLR1 - Mic, XLR1 - Line, XLR2 - Mic, XLR2
- Line, 3.5mm Left - Line, 3.5mm Left - Mic, 3.5mm Right -
Line, 3.5mm Right - Mic, 3.5mm Mono - Line, 3.5mm Mono
- Mic.
404 - Channel does not exist
PUT /audio/channel/{channelIndex}/input
Set the audio input for the selected channel
Parameters
Name Type Description
{channelIndex} (required) integer
The index of the channel that its input is being controlled.
(Channels index from 0)
Name Type Description
input string
Possible values are: None, Camera - Left, Camera - Right,
Camera - Mono, XLR1 - Mic, XLR1 - Line, XLR2 - Mic, XLR2
- Line, 3.5mm Left - Line, 3.5mm Left - Mic, 3.5mm Right -
Line, 3.5mm Right - Mic, 3.5mm Mono - Line, 3.5mm Mono
- Mic.
Response
204 - No Content
400 - Invalid input
404 - Channel does not exist
244Developer Information