89
TIMETOFINISH?
Description: Returns the remaining playback time of the current media file (in seconds)
Example:
TIMEFOFINISH? [CR LF]
Example response: TIMETOFINISH=80
The current media file will end in 80 seconds.
18.1.2.
AUDIO
VOLUP
Description: Increases the volume by 1 step
Example:
VOLUP [CR LF]
VOLDOWN
Description: Reduces the volume by 1 step
Example:
VOLDOWN [CR LF]
VOLUME=
Description: Sets the volume to a specific value: value range from 0 (mute) to 10 (highest)
Example:
VOLUME=3 [CR LF]
S
ets the volume to the value “3”
VOLUME?
Description: Returns the current playback volume
Example:
VOLUME? [CR LF]
Example response: VOLUME=5
MUTE
Description: Mutes the audio
Example:
MUTE [CR LF]
UNMUTE
Description: Unmutes the audio
Example:
UNMUTE [CR LF]
TOGGLEMUTE
Description: Toggles between mute/unmute audio
Example:
TOGGLEMUTE [CR LF]
Mutes the audio if it was unmuted before and unmutes the audio if it was muted
before