Vaddio AV Bridge User Manual

Page 27

Advertising
background image

AV Bridge

Vaddio AV Bridge - Document Number 342-0518 Rev D. Software Version 2.1.0 Page 27 of 36

Audio Volume

NAME

audio volume - Gets or sets the current audio volume

SYNOPSIS

audio volume {get|up|down|set <level>}

DESCRIPTION

Method used to get or set the current audio volume

OPTIONS

get Get the current audio volume
up Increment audio volume one step
down Decrement audio volume one step
set Set the audio volume level. The level must be in the range from 0-10 inclusive

EXAMPLES

audio volume get
volume:
Returns the current audio volume
----
audio volume set 6
OK
Sets the audio volume level to 6
----
audio volume set 5
OK
Sets the audio volume level to 5

Audio

NAME

audio - Gets or sets the current audio settings

SYNOPSIS

audio {input {get|balanced|unbalanced} | mute {get|on|off|toggle} |
volume {get|up|down|set <level>}}

DESCRIPTION

Method used to get or set the current audio settings

OPTIONS

input Get or set the current audio input source
mute Get or set the current audio mute
volume
Get or set the current audio volume

EXAMPLES

audio input unbalanced
Sets the audio input to unbalanced
----
audio mute get
mute: off
Returns the current audio mute
----
audio volume up
Increment the audio volume by one step

Exit

NAME

exit - ends the current API command session

SYNOPSIS

exit

DESCRIPTION

Ends the current API command session. If the session is over telnet, the session is ended and the socket is
closed. If the session is over serial, a new session is started.

Advertising