GET /audio/channel/{channelIndex}/phantomPower
Get the audio input phantom power for the selected channel if possible
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 set level for the selected channel
The response is a JSON object.
Name Type Description
phantomPower boolean
404 - Channel does not exist
PUT /audio/channel/{channelIndex}/phantomPower
Set the audio phantom power 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
phantomPower boolean
Response
204 - No Content
400 - Phantom power is not supported for this input
404 - Channel does not exist
GET /audio/channel/{channelIndex}/padding
Get the audio input padding 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 set padding for the selected channel
The response is a JSON object.
Name Type Description
padding boolean
404 - Channel does not exist
247Developer Information