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 = 50
Swift
case fullyAutomatic = 50
-
The value is equivalent to the P/Program mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeProgramAuto
Swift
case programAuto = 51
-
The value is equivalent to the Tv/S shutter priority mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeShutterPriority
Swift
case shutterPriority = 52
-
The value is equivalent to the Av/A aperture priority mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeAperturePriority
Swift
case aperturePriority = 53
-
The value is equivalent to the M/manual mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeFullyManual
Swift
case fullyManual = 54
-
The value is equivalent to the B/bulb mode.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeBulb
Swift
case bulb = 55
-
The value is equivalent to a “flexible priority” mode, such as Canon’s Fv.
Declaration
Objective-C
CBLPropertyCommonValueAutoExposureModeFlexiblePriority
Swift
case flexiblePriority = 56