GET /audio/channel/{channelIndex}/padding
Get the audio input padding for the selected channel
Parameter
Name Type Description
{channelIndex} integer
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
PUT /audio/channel/{channelIndex}/padding
Set the audio input padding for the selected channel
Parameter
Name Type Description
{channelIndex} integer
Name Type Description
padding boolean
Response
200 - OK
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
Parameter
Name Type Description
{channelIndex} integer
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
383Developer Information