Top "Mpmusicplayercontroller" questions

Use an MPMusicPlayerController object, or music player, to play media items from the device iPod library.

iOS 9: How to change volume programmatically without showing system sound bar popup?

I have to change the volume on iPad and using this code: [[MPMusicPlayerController applicationMusicPlayer] setVolume:0]; But this changing volume and …

ios objective-c ios9 mpmusicplayercontroller mpvolumeview
iOS 7: MPMusicPlayerController volume deprecated. How to change device volume now?

MPMusicPlayerController setVolume is deprecated since iOS 7 Is there any other way to change system music volume? Preferably without user interaction. …

ios ios7 volume mpmusicplayercontroller
How Do I Get Audio Controls on Lock Screen/Control Center from AVAudioPlayer in Swift

New to iOS development, so here goes. I have an app that is playing audio - I'm using AVAudioPlayer to …

ios swift avfoundation avaudioplayer mpmusicplayercontroller
How to enable iPod controls in the background to control non-iPod music in iOS 4?

A good example of what I'm trying to accomplish is implemented in the latest version of the Spotify iPhone application …

iphone audio ios4 ipod mpmusicplayercontroller
applicationMusicPlayer volume notification

I am using an applicationMusicPlayer and when i try to change the volume appear the visual notification, as shown in …

objective-c ios volume mpmusicplayercontroller