Is it possible to record video with AVAssetWriter and still playback background sounds [duplicate]
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?
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. :)
精彩评论