D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
92
Cisco TelePresence SX80
API Reference Guide
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.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
ConnectorType: Select the connector type.
ConnectorId: Select a connector.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
ConnectorType(r): <HDMI/Line>
ConnectorId(r): <1..8>
Example:
xCom mand Audio LocalOutput AddConnector OutputId:5 ConnectorType: Line
ConnectorId:1
xCommand Audio LocalOutput ConnectInput
Connect a local or remote input to a local output by giving their IDs as parameters.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
InputId: A unique identifier for the local input.
InputGain: Set a gain on the input signal in the range from -54dB to 15dB. The value -54dB equals
Off.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
InputId(r): <0..65534>
InputGain: <-54..15>
Example:
xCom mand Audio LocalOutput ConnectInput OutputId:6 InputId:3
xCommand Audio LocalOutput DisconnectInput
Disconnect a local or remote input from a local output.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
InputId: A unique identifier for the local or remote input.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
InputId(r): <0..65534>
Example:
xCom mand Audio LocalOutput DisconnectInput OutputId:6 InputId:3
xCommand Audio LocalOutput Remove
Remove the local output given by the output ID.
This command is mainly intended for internal use by the TC console. TC console automatically
generates a start-up script that makes the command persistent over a reboot. To use this command
outside of TC console, you have to include it in a start-up script in order to make the setting persis-
tent over a reboot. For more information on star-up scripts and TC console see the administrator
guide for your codec.
OutputId: A unique identifier for the local output.
Requires user role:
ADMIN
Parameters:
OutputId(r): <0..65534>
Example:
xCom mand Audio LocalOutput Remove OutputId: 6
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand