I want to enable the user to select a video file from the on-device iPod library (so that I can play it in my own app). Is that possible?
I was thinking on using MPMediaPickerController but I am not sure if it is able to select video files or just audio files.
Any help will be greatly appreciated.
Thanks,
The picker has a property called
mediaTypes, this is an enumeration declared here, like this:As you can see nothing indicates beeing something non-audio, except
MPMediaTypeAnybut the docs sayThat means only audio, sorry. 🙁