Cisco TelePresence SX80 Reference Manual page 133

Application programmer interface (api)
Hide thumbs Also See for TelePresence SX80:
Table of Contents

Advertisement

Cisco TelePresence SX80
Contents
Introduction
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:
xCommand 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:
xCommand Video Layout Add LayoutId: 1
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
D15107.05
About the API
xConfiguration
xCommand Video Layout Assign
xCommand Video Layout AssignCall
133
xCommand
xCommand
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:
xCommand Video Layout Assign CallId:1 OutputId:1 LayoutId:2
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:
xCommand Video Layout AssignCall LayoutId:2 CallId:1
API Reference Guide
xStatus
Appendices
Copyright © 2015 Cisco Systems, Inc. All rights reserved.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents