D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
137
Cisco TelePresence SX80
API Reference Guide
xCommand Video Layout LoadDb
Loads and starts using the specified video layout database. The default video layout database
is initially provided by the system. The custom database is generated by the Cisco TC Console
tool and is made available to the codec from within the TC Console tool. The TC Console
software is found at the Developer Zone web page. Go to: http://developer.cisco.com/web/
telepresence-developer/tools/integrators/tc-console.
Custom: The system uses the custom video layout database which generated by the Cisco TC
Console tool.
CustomAutoModes: The system uses the auto mode part of the custom video layout database.
Default: The system use the default video layout database which is provided by the system.
Requires user role:
ADMIN
Parameters:
Type(r): <Custom/CustomAutoModes/Default>
Example:
xCom mand Video Layout LoadDb Type: Default
xCommand Video Layout Remove
Remove an existing video layout.
LayoutId: A unique identifier for the layout, which was created when the xCommand Video Layout
Add command was issued.
Requires user role:
ADMIN
Parameters:
LayoutId(r): <1..2147483647>
Example:
xCom mand Video Layout Remove LayoutId: 1
xCommand Video Layout RemoveAll
Remove all existing video layouts.
Requires user role:
ADMIN
Example:
xCom mand Video Layout RemoveAll
xCommand Video Layout Reset
Reset all layout compositions to factory default.
Requires user role:
ADMIN
Example:
xCom mand Video Layout Reset
xCommand Video Layout SetPresentationView
Set the presentation view mode.
View: Select Default when you want the presentation to be viewed with the default settings for the
codec. Select Maximized when you want the presentation to be displayed in full screen. Select
Minimized when you want the presentation to be displayed in a small picture on screen.
Requires user role:
ADMIN
Parameters:
View(r): <Default/Maximized/Minimized>
Example:
xCom mand Video Layout SetPresentationView View:Default
xCommand Video Layout UnAssign
Remove the defined video layout, and go back to default.
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.
Requires user role:
ADMIN
Parameters:
CallId(r): <0..65534>
OutputId(r): <0..65534>
Example:
xCom mand Video Layout UnAssign CallId: 1 OutputId: 1
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand