在我的 iphone 应用程序中,我正在使用 UIImagePickerController 录制视频。我正在像这样记录和停止
[VideoRecorder startVideoCapture]; //Starting Video Record
[VideoRecorder stopVideoCapture]; //Stoping Video Record
现在如何在录制时暂停和恢复视频?
在我的 iphone 应用程序中,我正在使用 UIImagePickerController 录制视频。我正在像这样记录和停止
[VideoRecorder startVideoCapture]; //Starting Video Record
[VideoRecorder stopVideoCapture]; //Stoping Video Record
现在如何在录制时暂停和恢复视频?