开发者

How to access videos in iphone. Where does it store the downloaded videos?

开发者 https://www.devze.com 2022-12-10 01:58 出处:网络
How do I access videos on an iPhone? Where does it store downloaded videos? Is there any sample code available to access the videos on an iPhon开发者_Python百科e?

How do I access videos on an iPhone? Where does it store downloaded videos?

Is there any sample code available to access the videos on an iPhon开发者_Python百科e? Thanks in advance.


There is no (documented) way to programmatically access the video/photo library without user interaction. Your only choice is to instantiate and display a UIImagePickerController and let the user select a video.


Here is a blog post that covers the basics of using a UIImagePickerController to acquire a video.

http://sol3.typepad.com/tagalong_developer_journa/2009/07/recorded-video-from-iphone-3gs-.html

You should elaborate on what you are trying to do once you've read that.

0

精彩评论

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