| Interface | Description |
|---|---|
| Clock |
An interface through which system clocks can be read.
|
| MediaClock |
Tracks the progression of media time.
|
| Predicate<T> |
Determines a true of false value for a given input.
|
| Class | Description |
|---|---|
| Assertions |
Provides methods for asserting the truth of expressions and properties.
|
| AtomicFile |
A helper class for performing atomic operations on a file by creating a backup file until a write
has successfully completed.
|
| CodecSpecificDataUtil |
Provides static utility methods for manipulating various types of codec specific data.
|
| ColorParser |
Parser for color expressions found in styling formats, e.g.
|
| ConditionVariable |
A condition variable whose
ConditionVariable.open() and ConditionVariable.close() methods return whether they
resulted in a change of state. |
| FlacStreamInfo |
Holder for FLAC stream info.
|
| LibraryLoader |
Configurable loader for native libraries.
|
| LongArray |
An append-only, auto-growing
long[]. |
| MimeTypes |
Defines common MIME types and helper methods.
|
| NalUnitUtil |
Utility methods for handling H.264/AVC and H.265/HEVC NAL units.
|
| NalUnitUtil.PpsData |
Holds data parsed from a picture parameter set NAL unit.
|
| NalUnitUtil.SpsData |
Holds data parsed from a sequence parameter set NAL unit.
|
| ParsableBitArray |
Wraps a byte array, providing methods that allow it to be read as a bitstream.
|
| ParsableByteArray |
Wraps a byte array, providing a set of methods for parsing data from it.
|
| ParsableNalUnitBitArray |
Wraps a byte array, providing methods that allow it to be read as a NAL unit bitstream.
|
| PriorityTaskManager |
Allows tasks with associated priorities to control how they proceed relative to one another.
|
| ReusableBufferedOutputStream |
This is a subclass of
BufferedOutputStream with a ReusableBufferedOutputStream.reset(OutputStream) method
that allows an instance to be re-used with another underlying output stream. |
| SlidingPercentile |
Calculate any percentile over a sliding window of weighted values.
|
| StandaloneMediaClock |
A
MediaClock whose position advances with real time based on the playback parameters when
started. |
| SystemClock |
The standard implementation of
Clock. |
| TimestampAdjuster |
Offsets timestamps according to an initial sample timestamp offset.
|
| TraceUtil |
Calls through to
Trace methods on supported API levels. |
| UriUtil |
Utility methods for manipulating URIs.
|
| Util |
Miscellaneous utility methods.
|
| XmlPullParserUtil |
XmlPullParser utility methods. |
| Exception | Description |
|---|---|
| PriorityTaskManager.PriorityTooLowException |
Thrown when task attempts to proceed when another registered task has a higher priority.
|