Uses of Class
org.robovm.apple.avfoundation.AVCaptureFocusMode
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureFocusMode in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureFocusMode Modifier and Type Method Description AVCaptureFocusModeAVCaptureDevice. getFocusMode()static AVCaptureFocusModeAVCaptureFocusMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureFocusModeAVCaptureFocusMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureFocusMode[]AVCaptureFocusMode. 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 AVCaptureFocusMode Modifier and Type Method Description booleanAVCaptureDevice. isFocusModeSupported(AVCaptureFocusMode focusMode)voidAVCaptureDevice. setFocusMode(AVCaptureFocusMode v)