Contents

ENGetExposureWindowsHandler

The handler the system invokes when the acquisition of windows completes.

Declaration

typealias ENGetExposureWindowsHandler = ([ENExposureWindow]?, (any Error)?) -> Void

Parameters

  • exposureWindows:

    An array of available exposure windows. The contents of this array are in no particular order.

  • error:

    A successful invocation if nil; otherwise, the error that occured.

Discussion

See Also

Obtaining Exposure Information