-
加大音量
ADD
<action type="SOUND" op="ADD" />
-
发出指定频率的蜂鸣音
BEEP
<action type="SOUND" op="BEEP">
<args>
<arg>声音频率(数字)</arg>
<arg>持续时长(数字)</arg>
</args>
</action>
-
系统静音
CLOSE
<action type="SOUND" op="CLOSE" />
-
减小音量
MINUS
<action type="SOUND" op="MINUS" />
-
取消系统静音
OPEN
<action type="SOUND" op="OPEN" />
-
播放系统声音
PLAY
<action type="SOUND" op="PLAY">
<args>
<arg>Asterisk/Beep/Exclamation/Hand/Question</arg>
</args>
</action>
-
修改系统音量
WRITE
<action type="SOUND" op="WRITE">
<args>
<arg>音量值(0-50的数字)</arg>
</args>
</action>