package

androidx.camera.core.internal.utils

Interfaces

RingBuffer<T>Acts as a queue with limited space.
RingBuffer.OnRemoveCallback<T>Called when an element is removed from the buffer due to capacity.

Classes

ArrayRingBuffer<T>Implements RingBuffer with an java.util.ArrayDeque.
ImageUtilUtility class for image related operations.
UseCaseConfigUtilContains utility methods related to UseCaseConfig.
VideoUtilUtility class for video recording related operations.
ZslRingBufferUsed for storing frames for ZSL capture.

Enums

ImageUtil.CodecFailedException.FailureType