-
- All Implemented Interfaces:
-
com.otaliastudios.cameraview.engine.action.Action
@RequiresApi(value = Build.VERSION_CODES.LOLLIPOP) public class MeterAction extends ActionWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private BaseActionaction
-
Constructor Summary
Constructors Constructor Description MeterAction(CameraEngine engine, MeteringRegions regions, boolean skipIfPossible)
-
Method Summary
Modifier and Type Method Description BaseActiongetAction()Should return the wrapped action. booleanisSuccessful()-
Methods inherited from class com.otaliastudios.cameraview.engine.action.ActionWrapper
onCaptureCompleted, onCaptureProgressed, onCaptureStarted -
Methods inherited from class com.otaliastudios.cameraview.engine.action.BaseAction
abort, addCallback, getState, isCompleted, removeCallback, start -
Methods inherited from class com.otaliastudios.cameraview.engine.action.Action
onCaptureCompleted, onCaptureProgressed -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MeterAction
MeterAction(CameraEngine engine, MeteringRegions regions, boolean skipIfPossible)
-
-
Method Detail
-
getAction
@NonNull() BaseAction getAction()
Should return the wrapped action.
-
isSuccessful
boolean isSuccessful()
-
-
-
-