CBLPropertyCommonValueExposureSimulation
Objective-C
enum CBLPropertyCommonValueExposureSimulation : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueExposureSimulation : PropertyCommonValue, @unchecked Sendable
Exposure simulation common values.
-
Exposure simulation is disabled. The camera will prioritise a visible image in live view.
Declaration
Objective-C
CBLPropertyCommonValueExposureSimulationDisabled = 650Swift
case disabled = 650 -
Exposure simulation is enabled. The camera will simulate the current exposure settings in live view.
Declaration
Objective-C
CBLPropertyCommonValueExposureSimulationEnabledSwift
case enabled = 651 -
Exposure simulation will be enabled when depth-of-field preview is triggered.
Declaration
Objective-C
CBLPropertyCommonValueExposureSimulationEnabledDuringDoFPreviewSwift
case enabledDuringDoFPreview = 652 -
Exposure simulation is enabled alongside depth-of-field preview.
Declaration
Objective-C
CBLPropertyCommonValueExposureSimulationEnabledWithDoFPreviewSwift
case enabledWithDoFPreview = 653