D14128.03—JULY 2009
75
Codec C90
System Integrator Guide
Contents
Introduction
Getting Started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand Audio RemoteInput Update
When a call is made a remote input and remote output pair is created. This command updates the settings of
the remote input given by the input ID. The remote input has one setting, the AGC (Automatic Gain Control).
See the Appendix > Dynamic audio API section
Parameters: Required parameters are marked with (
r
):
InputId(
r
): <0..65534>
AGC(
r
): <On/Off>
Example:
xCom mand Audio RemoteInput Update InputId:9 AGC: Off
OK
*r AudioRemoteInputGroupUpdateResult (status=OK):
** end
xCommand Audio RemoteOutput ConnectInput
When a call is made a remote input and remote output pair is created. This command connects a local input
or remote input to a remote output with their IDs as parameters. If desired, set a gain on the input signal in the
range from -53 dB to 15 dB. -54 dB equals OFF. See the Appendix > Dynamic audio API section.
Parameters: Required parameters are marked with (
r
):
OutputId(
r
): <0..65534>
InputId(
r
): <0..65534>
InputGain: <-54..15>
Example:
xCom mand Audio RemoteOutput ConnectInput OutputId:10 InputId:8
OK
*r AudioRemoteOutputGroupConnectInputResult (status=OK):
** end
xCommand Audio RemoteOutput DisconnectInput
When a call is made a remote input and remote output pair is created. This command disconnects a local
input or remote input from a remote output with their IDs as parameters. See the Appendix > Dynamic audio
API section.
Parameters: Required parameters are marked with (
r
):
OutputId(
r
): <0..65534>
InputId(
r
): <0..65534>
Example:
xCom mand Audio RemoteOutput DisconnectInput OutputId:10 InputId:8
OK
*r AudioRemoteOutputGroupDisconnectInputResult (status=OK):
** end
xCommand Boot
Reboot system.
Example:
xCom mand Boot
*r BootResult (status=OK):
*r/end
OK
CUIL reboot request, restarting
Connection closed by foreign host.
The Boot command
The Audio commands,
cont...
Contents
Introduction
Getting started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand