package

androidx.camera.video.internal.utils

Interfaces

RingBuffer<E>A limited size FIFO storage, which automatically evicts elements from the head when attempting to add new elements onto the storage and it is full.

Classes

ArrayDequeRingBuffer<E>Implements RingBuffer with an java.util.ArrayDeque.
CodecUtilA codec utility class to deal with codec operations.
DynamicRangeUtilUtility class for dynamic range related operations.
EncoderProfilesUtilUtility class for encoder profiles related operations.
OutputUtilUtility class for output related operations.