Contents

delegate

The delegate object for the capture file output.

Declaration

unowned(unsafe) var delegate: (any AVCaptureFileOutputDelegate)? { get set }

Discussion

The delegate is an object conforming to the AVCaptureFileOutputDelegate protocol that will be able to monitor and control recording along exact sample boundaries.

See Also

Setting file output properties