CBLPropertyCommonValueLightMeterStatus

Objective-C

enum CBLPropertyCommonValueLightMeterStatus : CBLPropertyCommonValue {}

Swift

enum PropertyCommonValueLightMeterStatus : PropertyCommonValue, @unchecked Sendable

Light meter common values.

  • The value is equivalent to the camera’s light meter not being in use.

    Declaration

    Objective-C

    CBLPropertyCommonValueLightMeterStatusNotInUse = 250

    Swift

    case notInUse = 250
  • The value is equivalent to the camera’s light meter being operational and providing a valid reading.

    Declaration

    Objective-C

    CBLPropertyCommonValueLightMeterStatusValidReading

    Swift

    case validReading = 251
  • The value is equivalent to the camera’s light meter being operational but the reading is outside valid bounds (for example, the current settings will produce an image completely over- or under-exposed.

    Declaration

    Objective-C

    CBLPropertyCommonValueLightMeterStatusBeyondBounds

    Swift

    case beyondBounds = 252