Uses of Class
org.robovm.apple.avfoundation.AVCaptureFlashMode
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureFlashMode in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureFlashMode Modifier and Type Method Description AVCaptureFlashModeAVCaptureDevice. getFlashMode()Deprecated.Deprecated in iOS 10.0.AVCaptureFlashModeAVCapturePhotoSettings. getFlashMode()static AVCaptureFlashModeAVCaptureFlashMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureFlashModeAVCaptureFlashMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureFlashMode[]AVCaptureFlashMode. 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 AVCaptureFlashMode Modifier and Type Method Description booleanAVCaptureDevice. isFlashModeSupported(AVCaptureFlashMode flashMode)Deprecated.Deprecated in iOS 10.0.voidAVCaptureDevice. setFlashMode(AVCaptureFlashMode v)Deprecated.Deprecated in iOS 10.0.voidAVCapturePhotoSettings. setFlashMode(AVCaptureFlashMode v)