CBLPropertyCommonValueThermalState

Objective-C

enum CBLPropertyCommonValueThermalState : CBLPropertyCommonValue {}

Swift

enum PropertyCommonValueThermalState : PropertyCommonValue, @unchecked Sendable

Thermal state common values.

  • The camera is not issuing a thermal warning.

    Declaration

    Objective-C

    CBLPropertyCommonValueThermalStateNormal = 600

    Swift

    case normal = 600
  • The camera is issuing a thermal warning.

    Declaration

    Objective-C

    CBLPropertyCommonValueThermalStateWarning

    Swift

    case warning = 601
  • The camera is issuing a critical thermal warning. Functionality is likely to be restricted, and the camera may shut off soon.

    Declaration

    Objective-C

    CBLPropertyCommonValueThermalStateCritical

    Swift

    case critical = 602