| AbstractAudioFrameBuffer |
Common parts of a frame buffer which are not likely to depend on the specific implementation.
|
| AbstractMutableAudioFrame |
Base class for mutable audio frames.
|
| AllocatingAudioFrameBuffer |
A frame buffer.
|
| AudioFrameProviderTools |
Encapsulates common behavior shared by different audio frame providers.
|
| AudioProcessingContext |
Context for processing audio.
|
| ImmutableAudioFrame |
A single audio frame.
|
| LocalAudioTrackExecutor |
Handles the execution and output buffering of an audio track.
|
| MutableAudioFrame |
A mutable audio frame.
|
| NonAllocatingAudioFrameBuffer |
Audio frame buffer implementation which never allocates any new objects after creation.
|
| PrimordialAudioTrackExecutor |
Executor implementation which is used before a track has actually been executed.
|
| ReferenceMutableAudioFrame |
Mutable audio frame which contains no dedicated buffer, but refers to a segment in a specified byte buffer.
|
| TerminatorAudioFrame |
|