110
NO Command Syntax Example
76 ?AUDOUT_MINVOL
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_MINVOL"
Return:
AUDOUT_MINVOL-<value>
Description:
Requests the current minimum
volume for the audio port addressed
by the D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_MINVOL’”
Return:
AUDOUT_MINVOL-100
77
AUDOUT_MUTE
AUDIO_MUTE
Command:
SEND_COMMAND <DEV>,
"'AUDOUT_MUTE-<ENABLE|DISABL
E>'"
Return:
AUDOUT_MUTE-<ENABLE|DISABLE
>
Description:
Enable or disable audio muting on
the audio port addressed by the
D:P:S.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’AUDOUT_MUTE-DISABL
E’”
Return:
AUDOUT_MUTE-DISABLE
78
?AUDOUT_MUTE
?AUDIO_MUTE
Command:
SEND_COMMAND <DEV>,
"'?AUDOUT_MUTE"
Return:
AUDOUT_MUTE-<ENABLE|DISABLE
>
Description:
Requests if the audio port addressed
by the D:P:S is muted.
Command:
SEND_COMMAND
AUDIO_OUTPUT_1,
“’?AUDOUT_MUTE’”
Return:
AUDOUT_MUTE-DISABLE