D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
133
Cisco TelePresence SX80
API Reference Guide
xCommand Video Input Source SetActiveConnector
Input Connector 4 (DVI-I) and Connector 5 (S-Video/Composite) cannot be active simultaneously.
Use this command to select which connector is active.
ConnectorId: The identifier (ID) of the connector. Connector [n] has ID n. Run the following API
command to find the ID: xStatus Video Input Connector. The connector ID is also printed on the
codec connector panel.
Requires user role:
USER
Parameters:
ConnectorId: <4..5>
Example:
xCom mand Video Input Source SetActiveConnector ConnectorId: 4
xCommand Video Layout Add
Add a new empty video layout composition. Returns the LayoutId. When the command has been
issued you can use the result, the LayoutId of the newly created layout, to add frames with different
video sources to the layout.
Requires user role:
ADMIN
Parameters:
LayoutId: <1..2147483647>
Example:
xCom mand Video Layout Add LayoutId: 1
xCommand Video Layout Assign
Assign an existing layout to any local or remote output. The defined video composition appears on
the specified local output or in the specified remote video stream.
CallId: A unique identifier for the call. The CallID is returned when the xCommand Dial command is
run. During the call you can run the xStatus Call command to see the CallId.
OutputId: A unique identifier for the local output, which was created when the xCommand Audio
LocalOutput Add command was issued.
LayoutId: A unique identifier for the layout, which was created when the xCommand Video Layout
Add command was issued.
Requires user role:
ADMIN
Parameters:
CallId(r): <0..65534>
OutputId(r): <0..65534>
LayoutId(r): <1..2147483647>
Example:
xCom mand Video Layout Assign CallId:1 OutputId:1 LayoutId:2
xCommand Video Layout AssignCall
Assign the call layout (main stream) to the remote output. The defined video composition appears
on the remote main video stream.
LayoutId: A unique identifier for the layout, which was created when the xCommand Video Layout
Add command was issued.
CallId: A unique identifier for the call. The CallID is returned when the xCommand Dial command is
run. During the call you can run the xStatus Call command to see the CallId.
Requires user role:
ADMIN
Parameters:
LayoutId(r): <1..2147483647>
CallId: <0..65534>
Example:
xCom mand Video Layout AssignCall LayoutId:2 CallId:1
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand