Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中播放简短的声音。大约 0.5 秒,我可以想象用户可能想要调整他们的播放音量。但是它们太短了,以至于当您按下音量操作或降低按钮时,声音已经结束,您正在更改铃声音量而不是媒体音量。
有没有办法让用户的音量输入特别影响媒体音量?
在你的活动中设置这个
public void onCreate(Bundle savedInstanceState) { this.setVolumeControlStream(AudioManager.STREAM_MUSIC); }