D14128.03—JULY 2009
74
Codec C90
System Integrator Guide
Contents
Introduction
Getting Started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand Audio LocalOutput AddConnector
Attach an output connector to the local output given by the output ID. A connector is defined by its type and
ID. See the Appendix > Dynamic audio API section.
Parameters: Required parameters are marked with (
r
):
OutputId(
r
): <0..65534>
ConnectorType(
r
): <HDMI/Line>
ConnectorId(
r
): <1..8>
Example:
xcom mand Audio LocalOutput AddConnector OutputId:5 ConnectorType: Line
ConnectorId:1
OK
*r AudioOutputGroupAddConnectorResult (status=OK):
** end
xCommand Audio LocalOutput RemoveConnector
Detach an output connector from the local output given by the output ID. A connector is defined by its type
and ID. See the Appendix > Dynamic audio API section.
Parameters: Required parameters are marked with (
r
):
OutputId(
r
): <0..65534>
ConnectorType(
r
): <HDMI/Line>
ConnectorId(
r
): <1..8>
Example:
xcom mand Audio LocalOutput RemoveConnector OutputId:5 ConnectorType: Line
ConnectorId:1
OK
*r AudioOutputGroupRemoveConnectorResult (status=OK):
** end
xCommand Audio LocalOutput ConnectInput
Connect a local input or remote input to a local output by giving 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 LocalOutput ConnectInput OutputId:6 InputId:3
OK
*r AudioOutputGroupConnectInputResult (status=OK):
** end
xCommand Audio LocalOutput DisconnectInput
Disconnect a local input or remote input from a local output by giving 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 LocalOutput DisconnectInput OutputId:6 InputId:3
OK
*r AudioOutputGroupDisconnectInputResult (status=OK):
** end
The Audio commands,
cont...
The Audio commands,
cont...
Contents
Introduction
Getting started
Interfaces
About the API
xConfiguration
xCommand
xStatus
Cameras
Appendices
Contact us
xCommand