| Interface | Description |
|---|---|
| Clock |
An interface through which system clocks can be read and
HandlerWrappers created. |
| EGLSurfaceTexture.TextureImageListener |
Listener to be called when the texture image on
SurfaceTexture has been updated. |
| ErrorMessageProvider<T extends java.lang.Throwable> |
Converts throwables into error codes and user readable error messages.
|
| EventDispatcher.Event<T> |
Functional interface to send an event.
|
| HandlerWrapper |
An interface to call through to a
Handler. |
| MediaClock |
Tracks the progression of media time.
|
| Predicate<T> |
Determines a true or 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 |
An interruptible condition variable whose
ConditionVariable.open() and ConditionVariable.close() methods return
whether they resulted in a change of state. |
| EGLSurfaceTexture |
Generates a
SurfaceTexture using EGL/GLES functions. |
| EventDispatcher<T> |
Event dispatcher which allows listener registration.
|
| EventLogger | |
| FlacStreamInfo |
Holder for FLAC stream info.
|
| LibraryLoader |
Configurable loader for native libraries.
|
| Log |
Wrapper around
Log which allows to set the log level. |
| 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.
|
| NotificationUtil |
Utility methods for displaying
Notifications. |
| 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.
|
| RepeatModeUtil |
Util class for repeat mode handling.
|
| 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. |
| TimedValueQueue<V> |
A utility class to keep a queue of values with timestamps.
|
| 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 |
|---|---|
| EGLSurfaceTexture.GlException |
A runtime exception to be thrown if some EGL operations failed.
|
| PriorityTaskManager.PriorityTooLowException |
Thrown when task attempts to proceed when another registered task has a higher priority.
|
| Annotation Type | Description |
|---|---|
| EGLSurfaceTexture.SecureMode |
Secure mode to be used by the EGL surface and context.
|
| NotificationUtil.Importance |
Notification channel importance levels.
|
| RepeatModeUtil.RepeatToggleModes |
Set of repeat toggle modes.
|