Contents

supportedFramings

An array of framings supported by the monitor in its current configuration.

Declaration

var supportedFramings: [AVCaptureFraming] { get }

Mentioned in

Discussion

The monitor is capable of recommending any of the framings in this array. This property is key-value observable and may change as the target capture device’s activeFormat property changes. This array contains the full set of framings supported by the monitor in the device’s current configuration. You must tell the monitor which smart framings you are interested in having recommended to you by setting the enabledFramings property.

See Also

Configuring framings