© Copyright 2018 WyreStorm Technologies |
WyreStorm.com
Presentation Switcher API | 180618-1621
11 of 18
North America: 844.280.WYRE (9973) | UK/EMEA: +44 (0) 1793 343
Email:
Query Audio Output Volume Level
Syntax:
gbconfig --show --line-out=1 --level-control
Description:
Obtains the current volume level of AUDIO OUT port.
Accepted Values:
Example Command:
gbconfig --show --line-out=1 --level-control
Response:
Current volume level. | Example -56
Mute Audio Output
Syntax:
gbconfig --line-out=1 --mute=[Value]
Description:
Mutes or unmutes the output of AUDIO OUT port.
Accepted Values:
Y: Audio output muted | N: Audio output unmuted
Example Command:
gbconfig --line-out=1 --mute=y
Response:
none
Query Audio Output Mute State
Syntax:
gbconfig --show --line-out=1 --mute
Description:
Queries that the output of AUDIO OUT port is muted or not.
Accepted Values:
n/a
Example Command:
gbconfig --show --line-out=1 --mute
Response:
Y: Audio output muted | N: Audio output unmuted
Link Audio In to Video Input
Syntax:
gbconfig
–
audio-in-bind=[Source]
Description:
Links audio from the audio in with video from a designated video input.
Accepted Values:
HDMI1 | HDMI2 | HDMI3 | HDMI4 | VGA1 | NULL | ScreenLink
Example Command:
gbconfig
–
audio-in-bind=HDMI2
Response:
None
Query Audio In link to Video Input
Syntax:
gbconfig
–
show --audio-in-bind
Description:
Queries that the output of AUDIO OUT port is muted or not.
Accepted Values:
HDMI1 | HDMI2 | HDMI3 | HDMI4 | VGA1 | NULL | ScreenLink
Example Command:
gbconfig
–
show --audio-in-bind
Response:
Returns the source as defined in Accepted Values. Example: HDMI2