Package org.robovm.apple.avfoundation
Class AVCaptureSystemPressureLevel
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.avfoundation.AVCaptureSystemPressureLevel
public class AVCaptureSystemPressureLevel extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureSystemPressureLevel.AsListMarshalerstatic classAVCaptureSystemPressureLevel.Marshalerstatic classAVCaptureSystemPressureLevel.Values -
Field Summary
Fields Modifier and Type Field Description static AVCaptureSystemPressureLevelCriticalstatic AVCaptureSystemPressureLevelFairstatic AVCaptureSystemPressureLevelNominalstatic AVCaptureSystemPressureLevelSeriousstatic AVCaptureSystemPressureLevelShutdown -
Method Summary
Modifier and Type Method Description static AVCaptureSystemPressureLevelvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Nominal
- Since:
- Available in iOS 11.1 and later.
-
Fair
- Since:
- Available in iOS 11.1 and later.
-
Serious
- Since:
- Available in iOS 11.1 and later.
-
Critical
- Since:
- Available in iOS 11.1 and later.
-
Shutdown
- Since:
- Available in iOS 11.1 and later.
-
-
Method Details
-
valueOf
-