¡@

Home 

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

iphone Programming Glossary: avaudiosessioncategoryambient

how can we play audio and video together in ipod/iphone?

http://stackoverflow.com/questions/1201815/how-can-we-play-audio-and-video-together-in-ipod-iphone

Play MP3 Files with iPhone SDK

http://stackoverflow.com/questions/1973902/play-mp3-files-with-iphone-sdk

newURL newURL release AVAudioSession sharedInstance setDelegate self AVAudioSession sharedInstance setCategory AVAudioSessionCategoryAmbient error nil Registers the audio route change listener callback function AudioSessionAddPropertyListener kAudioSessionProperty_AudioRouteChange..

AVAssetReader and Audio Queue streaming problem

http://stackoverflow.com/questions/4763598/avassetreader-and-audio-queue-streaming-problem

session. void setupAudio AVAudioSession sharedInstance setDelegate self AVAudioSession sharedInstance setCategory AVAudioSessionCategoryAmbient error nil NSError activationError nil AVAudioSession sharedInstance setActive YES error activationError NSLog @ setupAudio..

How to turn off audio in MPMoviePlayerController iPhone

http://stackoverflow.com/questions/5867341/how-to-turn-off-audio-in-mpmovieplayercontroller-iphone

Detecting the iPhone's Ring / Silent / Mute switch using AVAudioPlayer not working?

http://stackoverflow.com/questions/6901363/detecting-the-iphones-ring-silent-mute-switch-using-avaudioplayer-not-worki

AVAudioSession audioSession AVAudioSession sharedInstance audioSession.delegate self audioSession setCategory AVAudioSessionCategoryAmbient error nil audioSession setActive YES error nil NSLog @ muted i self deviceIsSilenced ... I was thinking maybe some other.. event is fired when the physical switch on the phone is ... switched. Anyone have any ideas By the way I'm using the AVAudioSessionCategoryAmbient category with my AVAudioSession sharedInstance . Update I've also tried using different audio categories and a handful of..