AVLayerVideoGravityResize

Static AVLayerVideoGravityResize 

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

Stretch to fill layer bounds.

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

See also Apple’s documentation