CBLPropertyCommonValueDriveMode
Objective-C
enum CBLPropertyCommonValueDriveMode : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueDriveMode : PropertyCommonValue, @unchecked Sendable
Drive mode common values.
-
The value is equivalent to a single shot drive mode.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeSingleShot = 400Swift
case singleShot = 400 -
The value is equivalent to a single shot, electronic first-curtain drive mode. Often called quiet, vibration reduction, VR, etc.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeSingleShotElectronicFirstCurtainSwift
case singleShotElectronicFirstCurtain = 401 -
The value is equivalent to a single shot, electronic shutter drive mode. Often called silent, S, etc.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeSingleElectronicSwift
case singleElectronic = 402 -
The value is equivalent to a continous/multi-shot shot drive mode.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousSwift
case continuous = 403 -
The value is equivalent to a continous/multi-shot shot, electronic first-curtain drive mode.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousElectronicFirstCurtainSwift
case continuousElectronicFirstCurtain = 404 -
The value is equivalent to a continous/multi-shot shot, electronic shutter drive mode.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousElectronicSwift
case continuousElectronic = 405 -
The value is equivalent to a low-speed continous/multi-shot shot drive mode on cameras that have multiple levels of speed for their continuous shooting.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousLowSpeedSwift
case continuousLowSpeed = 406 -
The value is equivalent to a medium-speed continous/multi-shot shot drive mode on cameras that have multiple levels of speed for their continuous shooting.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousMediumSpeedSwift
case continuousMediumSpeed = 407 -
The value is equivalent to a high-speed continous/multi-shot shot drive mode on cameras that have multiple levels of speed for their continuous shooting.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeContinuousHighSpeedSwift
case continuousHighSpeed = 408 -
The value is equivalent to a short duration timer drive mode, usually 2-3 seconds or so.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeTimerShortSwift
case timerShort = 409 -
The value is equivalent to a long duration timer drive mode, usually 10 seconds or so.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeTimerLongSwift
case timerLong = 410 -
The value is equivalent to a timer drive mode with a custom duration set by the user.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeTimerCustomDurationSwift
case timerCustomDuration = 411 -
The value is equivalent to a timer drive mode, that takes a burst of shots at the end.
Declaration
Objective-C
CBLPropertyCommonValueDriveModeTimerWithContinuousShootingSwift
case timerWithContinuousShooting = 412