public final class AVCaptureSystemPressureFactors
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
DepthModuleTemperature |
static long |
None |
static long |
PeakPower |
static long |
SystemTemperature |
public static final long None
public static final long SystemTemperature
public static final long PeakPower
public static final long DepthModuleTemperature