iphone - MPMoviePlayerController Fullscreen mode doesn't actually display over the entire screen -


i've implemented video play functionality within app, , working perfectly, except 1 issue. whenever fullscreen toggle button tapped, or if double-tap screen, of course meant toggle video being played in it's natural wide screen state (black seen above , below video) zoomed state, video takes entire screen of 480x320. me, video adjusts in size, doesn't come close taking entire screen. works correctly in every app can think of plays videos, such fandango, youtube, etc.

in zoomed mode, of course you're losing part of picture, because it's off screen, since way render 2.40:1 image on full screen while still maintaining aspect ratio zoom. again, every other app can think of works way, it's not working me.

so, have tried can think of full screen zoomed feature work, no luck.

any ideas?

after testing, appears due format/encoding of video itself. don't know specficis, however. know depending on video being played, feature may or may not work.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -