writing an iPhone application with embedded video

前端 未结 2 1049
萌比男神i
萌比男神i 2021-02-06 15:41

I am researching video streaming for an iPhone application that I may have to write in the near future. The application does a whole lot other than stream video, but video aspec

2条回答
  •  野性不改
    2021-02-06 16:07

    I am looking at this issue as well. I would like to embed a video in an iPad app, something like how the Associated Press iPad application handles videos.

    Apparently you can do this type of embedded video in OS 3.2 and later. Apple's documentation for MPMoviePlayerController describes how this can be done:

    http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html

提交回复
热议问题