I need a help from your side that I am capturing a video through UIImagePickerViewController and I need to know which method calls when we tap on to the start capturing button to set a timer to get the duration of the captured video.
Guy’s please help me to get rid of this.
Thanks in advance,
Madan Mohan.
The system does not inform you of this event. However, you could replace the standard UI with a custom overlay view containing your own start/stop button. When the user taps that button, start/stop your timer and call
startVideoCapture/stopVideoCapture.