开发者

How to get the Temporary recorded videopath in iphone

开发者 https://www.devze.com 2022-12-12 03:27 出处:网络
I want to know is it possible to get the temporary path of the video that has been recorded in iphone?I want to createan app that record through iphone and t开发者_开发技巧hen saved the video to a pla

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消