enabledFramings
An array of framings that the monitor is allowed to suggest.
Declaration
var enabledFramings: [AVCaptureFraming] { get set }Mentioned in
Discussion
The monitor is capable of recommending any of the framings in the supportedFramings array. This property contains the subset of supportedFramings you would like to have recommended to you. You may set this property at any time while running your AVCaptureSession. This property’s default value is the empty array.