Package org.robovm.apple.avfoundation
Class AVCaptureSystemPressureFactors
java.lang.Object
org.robovm.rt.bro.Bits<AVCaptureSystemPressureFactors>
org.robovm.apple.avfoundation.AVCaptureSystemPressureFactors
- All Implemented Interfaces:
Comparable<AVCaptureSystemPressureFactors>,Iterable<AVCaptureSystemPressureFactors>
public final class AVCaptureSystemPressureFactors extends Bits<AVCaptureSystemPressureFactors>
- Since:
- Available in iOS 11.1 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static AVCaptureSystemPressureFactorsDepthModuleTemperaturestatic AVCaptureSystemPressureFactorsNonestatic AVCaptureSystemPressureFactorsPeakPowerstatic AVCaptureSystemPressureFactorsSystemTemperature -
Constructor Summary
Constructors Constructor Description AVCaptureSystemPressureFactors(long value) -
Method Summary
Modifier and Type Method Description protected AVCaptureSystemPressureFactors[]_values()static AVCaptureSystemPressureFactors[]values()protected AVCaptureSystemPressureFactorswrap(long value, long mask)
-
Field Details
-
None
-
SystemTemperature
-
PeakPower
-
DepthModuleTemperature
-
-
Constructor Details
-
AVCaptureSystemPressureFactors
public AVCaptureSystemPressureFactors(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<AVCaptureSystemPressureFactors>
-
_values
- Specified by:
_valuesin classBits<AVCaptureSystemPressureFactors>
-
values
-