Contents

enabledExposureSignals

Can be assigned to control which characteristics AE should use in its decision making, must be a subset of supportedExposureSignals.

Declaration

var enabledExposureSignals: Set<AVCaptureDeviceExposureSignal> { get set }

Discussion

When automaticallyEnablesExposureSignals is true, the system may automatically change the enabled signals based on other enabled device properties. When automaticallyEnablesExposureSignals is false, you may assign a custom set of exposure signals to this property. This property is key-value observable.

See Also

Configuring exposure signals