嘿我需要在ios中为 MPMoviePlayerViewController 设置音量。 我对此进行了大量搜索,但失败了。我有为MPMoviePlayerController设置音量的答案, MPmusicPlayer但不是 MPMoviePlayerViewController。 请帮我。提前谢谢。
答案 0 :(得分:0)
你不需要以编程方式进行.... MpMovieplayerViewController的UI确实有音量调整作为默认值...你为什么要尝试自己做?
好吧试试这个
[[MPMusicPlayerController applicationMusicPlayer] setVolume:];
将更改设备的音量,而不是媒体播放器,因此任何其他音频或视频流也会受到影响。
答案 1 :(得分:0)
试试这个......
[[MPMusicPlayerController applicationMusicPlayer] setVolume:sliderr.value];
它只能在设备中工作,而不能在模拟器中工作