Uses of Class
org.robovm.apple.avfoundation.AVCaptureTorchMode
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureTorchMode in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureTorchMode Modifier and Type Method Description AVCaptureTorchModeAVCaptureDevice. getTorchMode()static AVCaptureTorchModeAVCaptureTorchMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureTorchModeAVCaptureTorchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureTorchMode[]AVCaptureTorchMode. 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 AVCaptureTorchMode Modifier and Type Method Description booleanAVCaptureDevice. isTorchModeSupported(AVCaptureTorchMode torchMode)voidAVCaptureDevice. setTorchMode(AVCaptureTorchMode v)