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.
我对 android 编程不太熟悉,想在使用MediaRecorder. 有没有办法做到这一点?或者有没有更好的方法来录制可变音量的视频,而不是使用MediaRecorder?
MediaRecorder
使用录音时无法设置音量MediaRecorder。但是您可以MediaPlayer使用该方法在播放时设置音量setVolume(float, float)
MediaPlayer
setVolume(float, float)