Modifier and Type | Method and Description |
---|---|
ApertureMode |
Camera.getApertureMode()
Gets the camera's aperture mode
|
static ApertureMode |
ApertureMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApertureMode[] |
ApertureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Camera.setApertureMode(ApertureMode value)
Sets the camera's aperture mode
|
Copyright © 2019. All rights reserved.