Package 

Interface ActionHolder


  • 
    public interface ActionHolder
    
                        

    The holder of Action. This class should keep a list or set of currently running actions, and offers to them the base Camera2 objects that are needed to apply changes. This class, or an holder of it, should also forward the capture callbacks to all Actions. See com.otaliastudios.cameraview.engine.Camera2Engine for our implementation.