0

Possible Duplicate:
AVCaptureSession cancels background audio

I am using AVCaptureSession to record video asset with no sound. But is it possible to configure AVAudioSession to continue iPod audio playing background music?

Community
  • 1
  • 1
voromax
  • 3,369
  • 2
  • 30
  • 53
  • What do you mean by background music? – JOG Mar 07 '12 at 18:39
  • Lets assume, that we are listening Music Player in background mode. Then we are starting our app and initialize AVCaptureSession with video device only. The Music Player stops playing :-( – voromax Mar 08 '12 at 15:59

1 Answers1

0

I have not used AVAssetWriter yet, but I am planning to.

So far, I got a AVAudioRecorder recording at the same time as an AVAudioPlayer is playing music in my app.

Edit: But now it seems like that's not what you were looking for. Maybe try to revise your question for clearness and it might get some more answers. :)

JOG
  • 5,590
  • 7
  • 34
  • 54