Whenever I start an AVCaptureSession running with the microphone as an input it cancels whatever background music is currently running (iPod music for instance). If I comment out the line ...
I wrote a app to record video from iPhone. It work fine but have one big problem.
When AVCaptureSession start running and user try to play audio from thier library(iPod).
This action will ...
I am developing a music app where musical notation is displayed via a m4v video file played out using AVPLayer and an AVCaptureSession is used to preview and record both the ...
Is there any good tutorial or sample which explains how to use AVCaptureSession to record audio?
Main thing iam trying to achieve is record iPhone screen using http://codethink.no-ip.org/wordpress/archives/673 and ...