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.
OutputUtilUtility class for output related operations.