How to play access and play the video programmatically?
I am developing an application. In that my requirement is access the video from iPhone and play that videos and select one from that videos. So please tell me how to acce开发者_StackOverflow社区ss and play the videos in iPhone programmatically.
This site is not to do your homework for you. Please read Apple docs on Media Player Framework. Then download sample code from iOS Developer Library. Once you have written your own code and getting a specific error you cannot resolve, then post your question on SO.
Apple's MoviePlayer sample shows how to do this.
And refer - https://web.archive.org/web/20110528064432/http://developer.apple.com/library/ios/codinghowtos/AudioAndVideo/_index.html
精彩评论