User`s manual
164
Using Kaleido-X Control Protocols
5
• NewText is the text to display.
Gateway response:
• <nack/>: the Gateway was not able to recognize the command.
• <ack/>: the command was recognized by the Gateway.
getKAudioOut
This command allows the user to get the selected Audio Monitoring Output
• <getKAudioOut/>
Returned value can be any of:
• <nack/>The command was not executed, due to bad spelling or invalid parameter.
• <kAudioOut>DETAILS</kAudioOut>The command was executed
DETAILS will vary depending on the type of audio output detected.
When no audio output is currently being monitored:
• <kAudioOut>Type="NONE"</kAudioOut>.
When the format is STREAMING, the returned value indicates the IP address and the Feed ID of the source
using the following syntax:
• <kAudioOut>Type="STREAMING" IP="999.999.999.999" FeedID="XX"</kAudioOut>
Where:
999.999.999.999is the IP of the machine from where the stream occurs.
XX is the identifier of the feed to use.
When the format is an AUDIO CARD, the returned value indicates which audio card input is being
monitored:
• <kAudioOut> Type="AUDIOCARD" Input="999"</kAudioOut>
Where:
999 indicates the input from the card.
When the format is EMBEDDED, the returned value will contain the video input, the group and the AES
used. The syntax will be:
• <kAudioOut>Type="EMBEDDED" Input="AAA" Group="BB" AES="X"</kAudioOut>
Where:
AAA indicates the video input.
BB indicates the group. Valid values range from 1 to 4.
Kaleido-X User's Manual.book Page 164 Friday, August 24, 2007 4:39 PM