ENGetExposureWindowsHandler
The handler the system invokes when the acquisition of windows completes.
Declaration
typealias ENGetExposureWindowsHandler = ([ENExposureWindow]?, (any Error)?) -> VoidParameters
- 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.