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 = 400

    Swift

    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

    CBLPropertyCommonValueDriveModeSingleShotElectronicFirstCurtain

    Swift

    case singleShotElectronicFirstCurtain = 401
  • The value is equivalent to a single shot, electronic shutter drive mode. Often called silent, S, etc.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeSingleElectronic

    Swift

    case singleElectronic = 402
  • The value is equivalent to a continous/multi-shot shot drive mode.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeContinuous

    Swift

    case continuous = 403
  • The value is equivalent to a continous/multi-shot shot, electronic first-curtain drive mode.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeContinuousElectronicFirstCurtain

    Swift

    case continuousElectronicFirstCurtain = 404
  • The value is equivalent to a continous/multi-shot shot, electronic shutter drive mode.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeContinuousElectronic

    Swift

    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

    CBLPropertyCommonValueDriveModeContinuousLowSpeed

    Swift

    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

    CBLPropertyCommonValueDriveModeContinuousMediumSpeed

    Swift

    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

    CBLPropertyCommonValueDriveModeContinuousHighSpeed

    Swift

    case continuousHighSpeed = 408
  • The value is equivalent to a short duration timer drive mode, usually 2-3 seconds or so.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeTimerShort

    Swift

    case timerShort = 409
  • The value is equivalent to a long duration timer drive mode, usually 10 seconds or so.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeTimerLong

    Swift

    case timerLong = 410
  • The value is equivalent to a timer drive mode with a custom duration set by the user.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeTimerCustomDuration

    Swift

    case timerCustomDuration = 411
  • The value is equivalent to a timer drive mode, that takes a burst of shots at the end.

    Declaration

    Objective-C

    CBLPropertyCommonValueDriveModeTimerWithContinuousShooting

    Swift

    case timerWithContinuousShooting = 412