Static AVCaptureSessionPresetLow

Source
pub unsafe static AVCaptureSessionPresetLow: &'static AVCaptureSessionPreset
Available on crate feature AVCaptureSessionPreset only.
Expand description

An AVCaptureSession preset suitable for low quality output.

Clients may set an AVCaptureSession instance’s sessionPreset to AVCaptureSessionPresetLow to achieve output video and audio bitrates suitable for sharing over 3G.

See also Apple’s documentation