Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MPMoviePlayerController 使用远程视频 URL 播放电影。是否有可能找出是在哪个设备方向视频中拍摄的,无论是纵向还是横向?据此,我将设置纵向框架和横向框架。请告诉我,谢谢。
我没有显示两个帧来容纳视频控制和缩略图,而是将以下设置设置为缩略图视图。imageView.clipsToBounds = 是;imageView.contentMode = UIViewContentModeScaleAspectFill;