Package apple.avfoundation.enums
Class AVCaptureSystemPressureFactors
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureSystemPressureFactors
-
public final class AVCaptureSystemPressureFactors extends java.lang.Object[@enum] AVCaptureSystemPressureFactors Constants indicating factors contributing to the current system pressured state. [@constant] AVCaptureSystemPressureFactorNone Indicates that the system is not currently pressured. [@constant] AVCaptureSystemPressureFactorSystemTemperature Indicates that the entire system is currently experiencing an elevated thermal level. [@constant] AVCaptureSystemPressureFactorPeakPower Indicates that the system's peak power requirements exceed the battery's current capacity and may result in a system power off. [@constant] AVCaptureSystemPressureFactorDepthModuleTemperature Indicates that the module capturing depth information is operating at an elevated temperature. As system pressure increases, depth quality may become degraded.
-
-
Field Summary
Fields Modifier and Type Field Description static longDepthModuleTemperaturestatic longNonestatic longPeakPowerstatic longSystemTemperature
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
SystemTemperature
public static final long SystemTemperature
- See Also:
- Constant Field Values
-
PeakPower
public static final long PeakPower
- See Also:
- Constant Field Values
-
DepthModuleTemperature
public static final long DepthModuleTemperature
- See Also:
- Constant Field Values
-
-