I know how to pick audio file (MPMediaPickerController), but how to pick video file???
thanks
I know how to pick audio file (MPMediaPickerController), but how to pick video file???
thanks
From the iPod Library Access Developer Guide
In iPhone OS 3.0, iPod library access applies only to audio-based media items. You cannot play video podcasts, movies, or television shows from the iPod library.
For SDK version greater than 3.0,you can do it using UIImagePickerController if the video is in Photo Library. Picking video from PhotoLibrary with UIImagePickerController in OS 3.1 may help you.