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 = 600Swift
case normal = 600 -
The camera is issuing a thermal warning.
Declaration
Objective-C
CBLPropertyCommonValueThermalStateWarningSwift
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
CBLPropertyCommonValueThermalStateCriticalSwift
case critical = 602