@Target([AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER]) annotation class AutoFocus
Platform and version requirements: JVM
The mode for the camera device's auto focus control
AutoFocus()
The mode for the camera device's auto focus control |
const val AF_AUTO: Int |
|
const val AF_CONTINUOUS_PICTURE: Int |
|
const val AF_CONTINUOUS_VIDEO: Int |
|
const val AF_EDOF: Int |
|
const val AF_MACRO: Int |
|
const val AF_OFF: Int |