CBLPropertyCommonValueAutoExposureMode
Objective-C
enum CBLPropertyCommonValueAutoExposureMode : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueAutoExposureMode : PropertyCommonValue, @unchecked Sendable
Autoexposure mode common values.
-
The value is equivalent to a fully automatic/“green box” mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeFullyAutomatic = 50Swift
case fullyAutomatic = 50 -
The value is equivalent to the P/Program mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeProgramAutoSwift
case programAuto = 51 -
The value is equivalent to the Tv/S shutter priority mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeShutterPrioritySwift
case shutterPriority = 52 -
The value is equivalent to the Av/A aperture priority mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeAperturePrioritySwift
case aperturePriority = 53 -
The value is equivalent to the M/manual mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeFullyManualSwift
case fullyManual = 54 -
The value is equivalent to the B/bulb mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeBulbSwift
case bulb = 55 -
The value is equivalent to a “flexible priority” mode, such as Canon’s Fv.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeFlexiblePrioritySwift
case flexiblePriority = 56