AUDIO_OUT_LEVEL
Description
Get or Set the AudioOut level configuration. Check the device specification is needed before use this command. Only audio device supports this URL.
This URL is only for WPL Decoder Devices because their AudioOut Volume range is very different from EPL and PlatformT Decoder devices. In the WPL Decoder Devices, there are four levels of the AudioOut, MUTE, SMALL, MIDDLE and HIGH.
Input Argument
MUTE, SMALL, MIDDLE or HIGH
Attribute
Return of Message
AUDIO_OUT_LEVEL='HIGH'
OK: AUDIO_OUT_LEVEL='HIGH'
or
ERROR: AUDIO_OUT_LEVEL='HIGH'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&AUDIO_OUT_LEVEL
or
http://ip:port/cgi-bin/cmd/system?AUDIO_OUT_LEVEL
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&AUDIO_OUT_LEVELE=HIGH
or
http://ip:port/cgi-bin/cmd/system?AUDIO_OUT_LEVELE=HIGH
Back to