How to get the Temporary recorded videopath in iphone
I want to know is it possible to get the temporary path of the video that has been recorded in iphone?I want to create an app that record through iphone and t开发者_开发技巧hen saved the video to a place where I want.
Yes, see didFinishPickingMediaWithInfo
in the UIImagePickerControllerDelegate
documentation. You're given a path to the video the user just recorded.
精彩评论