Uses of Class
org.robovm.apple.avfoundation.AVCaptureExposureMode
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureExposureMode in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureExposureMode Modifier and Type Method Description AVCaptureExposureModeAVCaptureDevice. getExposureMode()static AVCaptureExposureModeAVCaptureExposureMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureExposureModeAVCaptureExposureMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureExposureMode[]AVCaptureExposureMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureExposureMode Modifier and Type Method Description booleanAVCaptureDevice. isExposureModeSupported(AVCaptureExposureMode exposureMode)voidAVCaptureDevice. setExposureMode(AVCaptureExposureMode v)