mpmusicplayercontroller
setIdleTimerDisabled and MPMusicPlayer Issue
Ok I want to disable the idletimer in my app. I put the code below in appdelegate in the applicationDidFinishLaunching method, and it works fine (the device remains unlocked)[详细]
2023-02-19 12:40 分类:问答Obj-C iPhone Music App Help
I\'m an Obj-c beginner, trying to make a simple iPhone music app. Basically, you press some different buttons and some different sounds are played. You may play a song from your iPod library, using an[详细]
2023-02-14 22:44 分类:问答Need to store a song from the iPod in NSUserDefaults. Nearly figured it out, need help getting there though?
So this is what i have so开发者_如何转开发 far: -(void)mediaPicker: (MPMediaPickerController *)mediaPicker didPickMediaItems:(MPMediaItemCollection *)mediaItemCollection {[详细]
2023-02-09 16:44 分类:问答Why does my music not play first time?
I have this code: [self.musicPlayer stop]; [self.musicPlayer setQueueWithQuery:persistentQuery]; [self.musicPlayer play];[详细]
2023-02-08 22:01 分类:问答How do i set the iPod volume without affecting other sound levels?
I tried setting the iPod volume level before, but it affected the volum开发者_运维问答e of my app, which uses MPMusicPlayer. Any solution to this?If your app is playing music locally (not affecting th[详细]
2023-02-08 17:59 分类:问答iPod Volume Level Affects App Volume Level
I am writing an iPad app that uses the \"Flite\" text-to-speech engine to announce specific events.The Flite engine uses an AVAudioPlayer instance to play the speech audio once it renders.For fun, I d[详细]
2023-02-04 01:12 分类:问答How to control playback state function on MPMusicPlayer
how to control 开发者_如何学运维playback state function in MPMusicPlayer....for example i want open[详细]
2023-01-28 03:35 分类:问答Can I copy a part of an audio file stored in Ipod Library and save it with different name?
Hi I have went through a lot of searching and have deduced that 1) I can query for a specific audio file from Ipod Library and can play it using MPMusicPlayerController Library. But the problem is I[详细]
2023-01-22 07:30 分类:问答Using MPMusicPlayerController play a MPMediaItemCollection, how to get the event of at end of playing
I\'m using the MPMusicPlayerController to play MPMediaItems in a MPMedia开发者_如何学JAVAItemCollection.How can I fire an event when the MPMediaItems are done playing?Register for MPMusicPlayerControl[详细]
2023-01-22 05:35 分类:问答getting the next and previous track if using iPodMusicPlayer
Im using an iPodMusicPlayer for my MPMusicController. My question is once my appplication is launched and will continue what the iPod app is playing, can i retrieve the MPM开发者_StackOverflowediaIt[详细]
2023-01-14 19:25 分类:问答