相当于AVPlayer中的MPMovieScalingMode?

ste*_*ete 12 mpmovieplayercontroller avfoundation ios avplayer

使用MPMoviePlayerControllers,通过设置MPMovieScalingMode可以轻松缩放电影.(如MPMovieScalingModeFill,MPMovieScalingModeAspectFill)

使用AVPlayer/AVPlayerLayer,我似乎无法找到类似的东西.我自己必须这样做吗?如果是这样,我该如何开始呢?

Vla*_*mir 26

看看videoGravityAVPlayerLayer 中的属性,看起来就像你需要的那样.


Mc.*_*ver 7

对于某些用户,您可以这样使用videoGravity:

playerViewController.videoGravity = AVLayerVideoGravityResizeAspectFill
Run Code Online (Sandbox Code Playgroud)

还:

  • AVLayerVideoGravityResizeAspect
  • AVLayerVideoGravityResizeAspectFill
  • AVLayerVideoGravityResize