Android Mediaplayer给Mediaplayer设置固定的音量最早直接调用Mediaplayer类中的setVolume(float leftVolume, float rightVolume)这个API,调试后发现没有任何效果,最后在网上查到要设置音量的大小,要使用Audiomanager这个类,在这个类中有setStreamVolume(int streamType, int index, int flags)可以设置指定音频通道的声音大小,经过测试,搞定!哈哈哈

参考以下2个链接

http://www.juapk.com/thread-4790-1-1.html

http://www.linuxidc.com/Linux/2011-10/44660.htm

相关文章:

  • 2021-08-18
  • 2021-08-05
  • 2022-12-23
  • 2022-03-04
  • 2021-09-06
  • 2021-11-18
猜你喜欢
  • 2021-09-18
  • 2021-09-26
  • 2021-12-25
  • 2021-07-14
  • 2021-10-24
相关资源
相似解决方案