CBLPropertyCommonValueFlashMode
Objective-C
enum CBLPropertyCommonValueFlashMode : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueFlashMode : PropertyCommonValue, @unchecked Sendable
Flash mode setting common values.
-
Flash is disabled.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeOff = 550Swift
case off = 550 -
Flash is set to “automatic”.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeAutoSwift
case auto = 551 -
Flash is set to fill-flash.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeFillSwift
case fill = 552 -
Flash is set in a red-eye reduction mode.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeRedEyeReductionSwift
case redEyeReduction = 553 -
Flash is set to a slow sync mode.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeSlowSyncSwift
case slowSync = 554 -
Flash is set to a rear sync mode.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeRearSyncSwift
case rearSync = 555 -
Glash is set to a HHS mode.
Declaration
Objective-C
CBLPropertyCommonValueFlashModeHSSSwift
case hss = 556