isAutoDeferredPhotoDeliveryEnabled
A Boolean value that indicates the enabled state of automatic deferred photo delivery.
Declaration
var isAutoDeferredPhotoDeliveryEnabled: Bool { get set }Discussion
Changing this value requires a lengthy reconfiguration of the capture pipeline, so you should set this property before calling startRunning() on the capture session.
Setting this property to true throws an invalid argument exception the value of isAutoDeferredPhotoDeliverySupported is false.