Uses of Class
org.robovm.apple.uikit.UIImagePickerControllerQualityType
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIImagePickerControllerQualityType in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImagePickerControllerQualityType Modifier and Type Method Description UIImagePickerControllerQualityTypeUIImagePickerController. getVideoQuality()UIImagePickerControllerQualityTypeUIVideoEditorController. getVideoQuality()static UIImagePickerControllerQualityTypeUIImagePickerControllerQualityType. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImagePickerControllerQualityTypeUIImagePickerControllerQualityType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImagePickerControllerQualityType[]UIImagePickerControllerQualityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIImagePickerControllerQualityType Modifier and Type Method Description voidUIImagePickerController. setVideoQuality(UIImagePickerControllerQualityType v)voidUIVideoEditorController. setVideoQuality(UIImagePickerControllerQualityType v)