我的应用程序包含一个带有第 3 方内容的 UIWebView。内容有时包括 html5 视频。当用户通过我的应用程序的设置或通过响铃/静音开关使音频静音时,我想要一种使 html5 音频静音的方法。
我试过使用所有这些都无济于事:
[[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategorySoloAmbient error:nil]];
[[MPMusicPlayerController applicationMusicPlayer] setVolume:0.0];
[[MPMusicPlayerController iPodMusicPlayer] setVolume:0.0];