PUT /audio/channel/{channelIndex}/padding
Set 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)
Name Type Description
padding boolean
Response
204 - No Content
400 - Padding is not supported for this input
404 - Channel does not exist
GET /audio/channel/{channelIndex}/lowCutFilter
Get the audio input low cut filter 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 low cut filter for the selected channel
The response is a JSON object.
Name Type Description
lowCutFilter boolean
404 - Channel does not exist
PUT /audio/channel/{channelIndex}/lowCutFilter
Set the audio input low cut filter 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
lowCutFilter boolean
Response
204 - No Content
400 - Low cut filter is not supported for this input
404 - Channel does not exist
248Developer Information