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.
|
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.
|
PriorityHandlerThread |
A
HandlerThread with a specified process priority. |
PriorityTaskManager |
Allows tasks with associated priorities to control how they proceed relative to one another.
|
SlidingPercentile |
Calculate any percentile over a sliding window of weighted values.
|
StandaloneMediaClock |
A standalone
MediaClock . |
SystemClock |
The standard implementation of
Clock . |
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.
|