Sample Rate
POST/param.cgi?post_media_audio&samplerate=:value
Function: Set the audio sample rate.
Camera Compatibility:
- Move 4K
- Link 4K
- Move SE (32 kbps only)
- Studio Pro (32 kbps only)
Example: Set sample rate to 44.1 kbps
curl: curl -X POST "http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&samplerate=44.1" -H "Content-Length: 0"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?post_media_audio&samplerate=44.1", {method: 'POST'})
Request
Responses
- 200
The request has succeeded.