V2_AUDIO_ENABLED
Description
Get or Set the device's AudioIn (MIC or Line-IN) configuration. Check the device specification is needed before use this command. If the device does not have audio function, the command is read command and return 0 always.
If the device supports two-way audio, the AudioOut will not be disabled when the V2_AUDIO_ENABLED=0.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNEL 1 video server's V2_AUDIO_ENABLED configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
0 : Disable
1 : Enable
Attribute
Return of Message
V2_AUDIO_ENABLED='1'
OK: V2_AUDIO_ENABLED='1'
or
ERROR: V2_AUDIO_ENABLED='1'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_AUDIO_ENABLED
or
http://ip:port/cgi-bin/cmd/system?V2_AUDIO_ENABLED
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&V2_AUDIO_ENABLED=1
or
http://ip:port/cgi-bin/cmd/system?V2_AUDIO_ENABLED=1
Back to