DELETE /presets/{presetName}
Delete a preset from a camera if exists
Parameters
Name Type Description
{presetName} (required) string name of the preset file
Response
204 - No Content
Audio Control API
API For controlling audio on Blackmagic Design Cameras
GET /audio/channels
Get the total number of audio channels available
Response
200 - Returns the total number of channels
The response is a JSON object.
Name Type Description
channels integer Total number of audio channels available
500 - Internal server error
GET /audio/supportedInputs
Get the list of supported audio inputs
Response
200 - List of all supported audio inputs
Name Type Description
Response array
Response[i] string A supported audio input
500 - Internal server error
243Developer Information