gpt4 book ai didi

android - ADB命令设置音量?

转载 作者:太空狗 更新时间:2023-10-29 15:38:31 39 4
gpt4 key购买 nike

是否有任何 Adb 命令可以将音量设置为特定值?我知道我们可以做到

adb shell input keyevent 

用于上下音量,但我想将其设置为特定值。如果我将其更改为 DB,那么我必须重新启动设备才能反射(reflect)更改,因此我不想走那条路。是否有任何 API 可以让我更改值而无需重新启动它并且不必依赖于音量增大和减小?

最佳答案

media 也可以使用shell命令:

media volume:  the options are as follows: 
--stream STREAM selects the stream to control, see AudioManager.STREAM_*
controls AudioManager.STREAM_MUSIC if no stream is specified
--set INDEX sets the volume index value
--adj DIRECTION adjusts the volume, use raise|same|lower for the direction
--get outputs the current volume
--show shows the UI during the volume change
examples:
adb shell media volume --show --stream 3 --set 11
adb shell media volume --stream 0 --adj lower
adb shell media volume --stream 3 --get

第一个示例可能是您正在寻找的那个(但在询问时它可能不存在)

关于android - ADB命令设置音量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21055947/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com