Xcommand Audio Localinput Add; Xcommand Audio Localinput Remove; Xcommand Audio Localinput Update - Cisco TelePresence System Codec C90 Reference Manual

Software version tc5.0
Hide thumbs Also See for TelePresence System Codec C90:
Table of Contents

Advertisement

Cisco TelePresence System Codec C90
Contents
Introduction

xCommand Audio LocalInput Add

Create a local input and generate the local input id. A local input is a mix of input connectors with the
following settings: Name, MixerMode, AGC, Mute and Channels.
InputId: A unique identifier for the local input.
Name: Choose a name that describes the mix of input connectors.
MixerMode Auto: The microphone with the strongest speaker is active and the others are strongly
attenuated.
MixerMode Fixed: The input connector signals are mixed together with equal gains.
MixerMode GainShared: The microphones are given a normalized gain factor relative to the strongest
speaker before being mixed together.
AGC: Automatic Gain Control.
Mute: Mutes the mix of input connectors.
Channels: Set channels to 1 to mix the input connectors into a mono signal. To mix the input
connectors into a stereo signal, set channels to 2.
Requires user role:
USER
Parameters:
InputId: <0..65534>
Name: <S: 0, 255>
MixerMode: <Auto/Fixed/GainShared>
AGC: <On/Off>
Mute: <On/Off>
Channels: <1..2>
Example:
xCommand Audio LocalInput Add
OK
*r AudioInputGroupAddResult (status=OK):
InputId: 2
** end
D14641.06
Codec C90 API Reference Guide TC5.0 November 2011.
© 2010-2011 Cisco Systems, Inc. All rights reserved.
About the API
xConfiguration

xCommand Audio LocalInput Update

xCommand Audio LocalInput Remove

73
xCommand
xCommand
Update the settings of the local input given by the input ID.
InputId: A unique identifier for the local input.
Name: Choose a name that describes the mix of input connectors.
MixerMode Auto: The microphone with the strongest speaker is active and the others are strongly
attenuated.
MixerMode Fixed: The input connector signals are mixed together with equal gains.
MixerMode GainShared: The microphones are given a normalized gain factor relative to the strongest
speaker before being mixed together.
AGC: Automatic Gain Control.
Mute: Mutes the mix of input connectors.
Channels: Set channels to 1 to mix the input connectors into a mono signal. To mix the input
connectors into a stereo signal, set channels to 2.
Requires user role:
USER
Parameters:
InputId(r): <0..65534>
Name(r): <S: 0, 255>
MixerMode(r): <Auto/Fixed/GainShared>
AGC(r): <On/Off>
Mute(r): <On/Off>
Channels(r): <1..2>
Example:
xCommand Audio LocalInput Update InputId: 2 Name: "Microphone" MixerMode:
GainShared AGC: Off Mute: Off Channels: 1
OK
*r AudioInputGroupUpdateResult (status=OK):
** end
Remove the local input given by the input ID.
InputId: A unique identifier for the local input.
Requires user role:
USER
Parameters:
InputId(r): <0..65534>
Example:
xCommand Audio LocalInput Remove InputID: 2
OK
*r AudioInputGroupRemoveResult (status=OK):
** end
API Reference Guide
xStatus
Appendices
www.cisco.com

Advertisement

Table of Contents
loading

Table of Contents