A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z 

A

AAC - enum entry in com.otaliastudios.cameraview.controls.AudioCodec

The AAC codec.

AAC_ELD - enum entry in com.otaliastudios.cameraview.controls.AudioCodec

The AAC_ELD codec.

abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.LockAction
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.FocusLock
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.BaseLock
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.Action
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.LogAction
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.BaseAction
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.MeterAction
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.FocusReset
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.BaseReset
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
Aborts this action.
abort(ActionHolder) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
Aborts this action.
ABSOLUTE - enum entry in com.otaliastudios.cameraview.engine.offset.Axis

This rotation axis is the one going out of the device screentowards the user's face.

accepts(Size) - function in com.otaliastudios.cameraview.size.SizeSelectors.Filter
 
acquireFrame() - function in com.otaliastudios.cameraview.video.encoding.TextureMediaEncoder
Returns a new frame to be filled.
Action - class in com.otaliastudios.cameraview.engine.action
The Action class encapsulates logic for completing an action in a Camera2 environment.
ActionCallback - class in com.otaliastudios.cameraview.engine.action
A callback for Action state changes.
ActionHolder - class in com.otaliastudios.cameraview.engine.action
The holder of Action.
Actions - class in com.otaliastudios.cameraview.engine.action
Utilities for creating Action sequences.
ActionWrapper - class in com.otaliastudios.cameraview.engine.action
A simple wrapper around a BaseAction.
activeCount() - function in com.otaliastudios.cameraview.internal.Pool
Returns the active items managed by this pools, which means, itemscurrently being used.
addAction(Action) - function in com.otaliastudios.cameraview.engine.Camera2Engine
Adds a new action
addAction(Action) - function in com.otaliastudios.cameraview.engine.action.Camera2Engine
Adds a new action
addAction(Action) - function in com.otaliastudios.cameraview.engine.action.ActionHolder
Adds a new action
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.LockAction
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.ExposureLock
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.FocusLock
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceLock
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.BaseLock
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.Action
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.LogAction
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.ActionWrapper
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.BaseAction
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.ExposureMeter
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.MeterAction
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.BaseMeter
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.FocusReset
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.BaseReset
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceReset
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.FocusMeter
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.MeterResetAction
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.WhiteBalanceMeter
Adds an ActionCallback to receive statechange events.
addCallback(ActionCallback) - function in com.otaliastudios.cameraview.engine.action.ExposureReset
Adds an ActionCallback to receive statechange events.
addCameraListener(CameraListener) - function in com.otaliastudios.cameraview.CameraView
Adds a CameraListener instance to be notified of allinteresting events that happen during the camera lifecycle.
addChildrenForAccessibility(ArrayList) - function in android.view.MarkerLayout
 
addChildrenForAccessibility(ArrayList) - function in android.view.GridLinesLayout
 
addChildrenForAccessibility(ArrayList) - function in android.view.CameraView
 
addChildrenForAccessibility(ArrayList) - function in android.view.OverlayLayout
 
addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.MarkerLayout
 
addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.GridLinesLayout
 
addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.CameraView
 
addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo,String,Bundle) - function in android.view.OverlayLayout
 
addFilter(Filter) - function in com.otaliastudios.cameraview.filter.MultiFilter
Adds a new filter.
addFocusables(ArrayList,int,int) - function in android.view.MarkerLayout
 
addFocusables(ArrayList,int) - function in android.view.GridLinesLayout
 
addFocusables(ArrayList,int,int) - function in android.view.CameraView
 
addFocusables(ArrayList,int,int) - function in android.view.OverlayLayout
 
addFrameProcessor(FrameProcessor) - function in com.otaliastudios.cameraview.CameraView
Adds a FrameProcessor instance to be notified ofnew frames in the preview stream.
addKeyboardNavigationClusters(Collection,int) - function in android.view.MarkerLayout
 
addKeyboardNavigationClusters(Collection,int) - function in android.view.GridLinesLayout
 
addKeyboardNavigationClusters(Collection,int) - function in android.view.CameraView
 
addKeyboardNavigationClusters(Collection,int) - function in android.view.OverlayLayout
 
addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.MarkerLayout
 
addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.GridLinesLayout
 
addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.CameraView
 
addOnAttachStateChangeListener(View.OnAttachStateChangeListener) - function in android.view.OverlayLayout
 
addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.MarkerLayout
 
addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.GridLinesLayout
 
addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.CameraView
 
addOnLayoutChangeListener(View.OnLayoutChangeListener) - function in android.view.OverlayLayout
 
addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.MarkerLayout
 
addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.GridLinesLayout
 
addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.CameraView
 
addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener) - function in android.view.OverlayLayout
 
addRendererFrameCallback(RendererFrameCallback) - function in com.otaliastudios.cameraview.preview.GlCameraPreview
Adds a RendererFrameCallback to receive renderer frame events.
addRendererFrameCallback(RendererFrameCallback) - function in com.otaliastudios.cameraview.preview.RendererCameraPreview
Adds a RendererFrameCallback to receive renderer frame events.
addStatesFromChildren() - function in android.view.MarkerLayout
 
addStatesFromChildren() - function in android.view.CameraView
 
addStatesFromChildren() - function in android.view.OverlayLayout
 
addSuppressed(Throwable) - function in java.lang.DeviceEncoders.VideoException
 
addSuppressed(Throwable) - function in java.lang.DeviceEncoders.AudioException
 
addSuppressed(Throwable) - function in java.lang.CameraException
 
addSuppressed(Throwable) - function in java.lang.Full2VideoRecorder.PrepareException
 
addTouchables(ArrayList) - function in android.view.MarkerLayout
 
addTouchables(ArrayList) - function in android.view.GridLinesLayout
 
addTouchables(ArrayList) - function in android.view.CameraView
 
addTouchables(ArrayList) - function in android.view.OverlayLayout
 
addView(View) - function in android.view.MarkerLayout
 
addView(View,int,ViewGroup.LayoutParams) - function in com.otaliastudios.cameraview.CameraView
 
addView(View) - function in android.view.CameraView
 
addView(View) - function in android.view.OverlayLayout
 
and(Array) - function in com.otaliastudios.cameraview.size.SizeSelectors
Joins all the given selectors to create a new one that returnsthe intersection of all the inputs.
Angles - class in com.otaliastudios.cameraview.engine.offset
Manages offsets between different Reference systems.
animate() - function in android.view.MarkerLayout
 
animate() - function in android.view.GridLinesLayout
 
animate() - function in android.view.CameraView
 
animate() - function in android.view.OverlayLayout
 
annotationType() - function in java.lang.annotation.Annotation
 
announceForAccessibility(CharSequence) - function in android.view.MarkerLayout
 
announceForAccessibility(CharSequence) - function in android.view.GridLinesLayout
 
announceForAccessibility(CharSequence) - function in android.view.CameraView
 
announceForAccessibility(CharSequence) - function in android.view.OverlayLayout
 
applyBuilder(Action) - function in com.otaliastudios.cameraview.engine.Camera2Engine
Applies the current builder (as per getBuilder)as a repeating request on the preview.
applyBuilder(Action,CaptureRequest.Builder) - function in com.otaliastudios.cameraview.engine.Camera2Engine
Applies the given builder as a single capture request.Callers can catch the exception and choose what to do.
applyBuilder(Action) - function in com.otaliastudios.cameraview.engine.action.ActionHolder
Applies the current builder (as per getBuilder)as a repeating request on the preview.
applyBuilder(Action,CaptureRequest.Builder) - function in com.otaliastudios.cameraview.engine.action.ActionHolder
Applies the given builder as a single capture request.Callers can catch the exception and choose what to do.
aspectRatio(AspectRatio,float) - function in com.otaliastudios.cameraview.size.SizeSelectors
Returns a new SizeSelector that keeps only sizeswhich respect the given AspectRatio.
AspectRatio - class in com.otaliastudios.cameraview.size
A simple class representing an aspect ratio.
Audio - class in com.otaliastudios.cameraview.controls
Audio values indicate whether to record audio stream when record video.
AudioCodec - class in com.otaliastudios.cameraview.controls
Constants for selecting the encoder of audio recordings.
AudioConfig - class in com.otaliastudios.cameraview.video.encoding
Audio configuration to be passed as input to the constructor of an AudioMediaEncoder.
AudioMediaEncoder - class in com.otaliastudios.cameraview.video.encoding
Default implementation for audio encoding.
AUTO - enum entry in com.otaliastudios.cameraview.controls.Flash

Flash mode is chosen by the camera.This is not guaranteed to be supported.

AUTO - enum entry in com.otaliastudios.cameraview.controls.WhiteBalance

Automatic white balance selection (AWB).This is not guaranteed to be supported.

AUTO_FIX - enum entry in com.otaliastudios.cameraview.filter.Filters
 
AUTO_FOCUS - enum entry in com.otaliastudios.cameraview.gesture.GestureAction

Touch metering control, typically assigned to the tap gesture.This action can be mapped to one shot gestures:- TAP - LONG_TAP To control marker drawing, please see setAutoFocusMarker

autofill(AutofillValue) - function in android.view.MarkerLayout
 
autofill(AutofillValue) - function in android.view.GridLinesLayout
 
autofill(AutofillValue) - function in android.view.CameraView
 
autofill(AutofillValue) - function in android.view.OverlayLayout
 
AutoFixFilter - class in com.otaliastudios.cameraview.filters
Attempts to auto-fix the frames based on histogram equalization.
AutoFocusMarker - class in com.otaliastudios.cameraview.markers
A marker for the autofocus operations.
AutoFocusTrigger - class in com.otaliastudios.cameraview.markers
Gives information about what triggered the autofocus operation.
Axis - class in com.otaliastudios.cameraview.engine.offset
The axis around which offsets are computed.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  Z