Package-level declarations

Types

Link copied to clipboard
Helper class for common android specific preconditions used inside of RenderCore.
Link copied to clipboard
open class BufferHelper
Link copied to clipboard
open class LoadHelper
Convenience class to parse Uri's.
Link copied to clipboard
open class MovingAverage
Calculates an exponentially weighted moving average for a series of data.
Link copied to clipboard
Used to track a MovingAverage that represents the number of milliseconds that elapse within the execution of a block of code.
Link copied to clipboard
A simple class to read InputStreams Once the data is read it can be accessed as a ByteBuffer.
Link copied to clipboard
open class TimeAccumulator
Sums time samples together.