Contents

AVVideoScalingModeResize

The string identifier for resizing a video to fit the surrounding view’s dimensions.

Declaration

let AVVideoScalingModeResize: String

Discussion

This mode crops the video to remove the edge processing region and scales the remainder to the destination area. It doesn’t preserve the aspect ratio.

See Also

Scaling mode