开发者

How to rotate video portrait to landscape

开发者 https://www.devze.com 2022-12-30 11:05 出处:网络
I am playing video with MPMoviePlayer in my application. How i rotate video in my iphone landscape to portrait and vice 开发者_开发技巧versa.You can\'t, without using a private API call, but you can s

I am playing video with MPMoviePlayer in my application. How i rotate video in my iphone landscape to portrait and vice 开发者_开发技巧versa.


You can't, without using a private API call, but you can synthesize it - you need a pre-rotated video file.

You can also look at playing the video in a UIWebView

For details see this thread http://www.iphonedevsdk.com/forum/iphone-sdk-development/2146-can-you-force-movie-play-portrait-mode.html#post125287

0

精彩评论

暂无评论...
验证码 换一张
取 消