Contents

AVVideoScalingModeResizeAspectFill

The string identifier for resizing a video to fit the surrounding view’s longer dimension while preserving aspect ratio.

Declaration

let AVVideoScalingModeResizeAspectFill: String

Discussion

This mode crops the video to fit the destination dimensions, preserving the aspect ratio of the source video.

See Also

Scaling mode