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

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

Is there any example code for accessing video on iPhone? Thanks in advance.

+2


source to share


2 answers


Here is a blog that goes over the basics of using UIImagePickerController to get 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 when you read this.

+1


source


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

and let the user select the video.



+4


source







All Articles