Uses of Class
org.robovm.apple.avfoundation.AVCaptureWhiteBalanceMode
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureWhiteBalanceMode in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureWhiteBalanceMode Modifier and Type Method Description AVCaptureWhiteBalanceModeAVCaptureDevice. getWhiteBalanceMode()static AVCaptureWhiteBalanceModeAVCaptureWhiteBalanceMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AVCaptureWhiteBalanceModeAVCaptureWhiteBalanceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AVCaptureWhiteBalanceMode[]AVCaptureWhiteBalanceMode. 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 AVCaptureWhiteBalanceMode Modifier and Type Method Description booleanAVCaptureDevice. isWhiteBalanceModeSupported(AVCaptureWhiteBalanceMode whiteBalanceMode)voidAVCaptureDevice. setWhiteBalanceMode(AVCaptureWhiteBalanceMode v)