Contents

captureReadiness

A value that indicates whether the coordinator’s photo output is ready to respond to new capture requests in a timely manner.

Declaration

var captureReadiness: AVCapturePhotoOutput.CaptureReadiness { get }

Discussion

The value incorporates the photo output’s captureReadiness property value and any requests registered by calling the startTrackingCaptureRequest(using:) method. The system updates this value before calling the readinessCoordinator(_:captureReadinessDidChange:) method.

This property is key-value observable.