AVLayerVideoGravityResizeAspect

Static AVLayerVideoGravityResizeAspect 

Source
pub unsafe static AVLayerVideoGravityResizeAspect: Option<&'static AVLayerVideoGravity>
Available on crate feature AVAnimation only.
Expand description

Preserve aspect ratio; fit within layer bounds.

AVLayerVideoGravityResizeAspect may be used when setting the videoGravity property of an AVPlayerLayer or AVCaptureVideoPreviewLayer instance.

See also Apple’s documentation