I want to play video using MPMoviePlayerController but I want it to ignore the mute switch, similar to the behavior of youtube video player.
any ideas?
thank -Z
|
I want to play video using MPMoviePlayerController but I want it to ignore the mute switch, similar to the behavior of youtube video player. any ideas? thank -Z
| ||||
|
feedback
|
|
Use the AVAudioSession category AVAudioSessionCategoryPlayback and your app will ignore the mute switch like the youtube app. | |||||
feedback
|