Pause / resume video recording using AVCaptureMovieFileOutput

I am writing a file AVCaptureMovieFileOutput

using this method:

startRecordingToOutputFileURL: recordingDelegate:

      

Now I want to enable pause / resume functions while recording video.

Preach to me, how is this possible?

+3


source to share





All Articles