¡@

Home 

2014/10/15 ¤U¤È 10:04:34

iphone Programming Glossary: bgtaskid

iphone: playing audio playlist in the background?

http://stackoverflow.com/questions/3297571/iphone-playing-audio-playlist-in-the-background

UIApplication sharedApplication beginBackgroundTaskWithExpirationHandler NULL if newTaskId UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId void audioPlayerDidFinishPlaying.. newTaskId UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId void audioPlayerDidFinishPlaying AVAudioPlayer player successfully BOOL flag NSLog @ finished now next..... UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId void audioPlayerDidFinishPlaying AVAudioPlayer player successfully BOOL flag NSLog @ finished now next... self..

How do I get my AVPlayer to play while app is in background?

http://stackoverflow.com/questions/4771105/how-do-i-get-my-avplayer-to-play-while-app-is-in-background

UIApplication sharedApplication beginBackgroundTaskWithExpirationHandler NULL if newTaskId UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId Right now I have no.. newTaskId UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId Right now I have no idea where I should go to make my AVPlayer let the radio sing while the user does.. UIBackgroundTaskInvalid bgTaskId UIBackgroundTaskInvalid UIApplication sharedApplication endBackgroundTask bgTaskId bgTaskId newTaskId Right now I have no idea where I should go to make my AVPlayer let the radio sing while the user does other stuff..