| Modifier and Type | Method and Description |
|---|---|
AudioFormat |
AudioFrame.getAudioFormat()
Get the audio format of containing samples.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioResampler.open(AudioFormat srcFormat,
AudioFormat dstFormat,
int frameSamples)
Initializes the
AudioResampler with specified input and output audio formats. |
| Constructor and Description |
|---|
AudioFrame(AudioFormat format,
int samples)
Creates a new
AudioFrame with descriptive format and allocates memory
for the specified amount of samples. |
Copyright © 2013. All Rights Reserved.