I am changing video aspect ratio on Ipad 3. Video is 16:9. I want to watch as a 4:3. Height does not changing. Width is extending.
Code: Select all
self.moviePlayer.videoCropGeometry = NULL;
self.moviePlayer.videoAspectRatio = (char *)[@"4:3" UTF8String];