|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FloatSampleBuffer | |
|---|---|
| org.tritonus.share.sampled | Helper classes for the implementation of sampled audio stuff. |
| org.tritonus.share.sampled.convert | Base classes for the implementation of FormatConversionProviders. |
| Uses of FloatSampleBuffer in org.tritonus.share.sampled |
|---|
| Methods in org.tritonus.share.sampled with parameters of type FloatSampleBuffer | |
|---|---|
int |
FloatSampleBuffer.copyTo(FloatSampleBuffer dest,
int destOffset,
int count)
Copies the contents of this buffer to the destination buffer at the destOffset. |
int |
FloatSampleBuffer.copyTo(int srcOffset,
FloatSampleBuffer dest,
int destOffset,
int count)
Copies the specified part of this buffer to the destination buffer. |
void |
FloatSampleBuffer.initFromFloatSampleBuffer(FloatSampleBuffer source)
Resets this sample buffer with the data in source. |
void |
FloatSampleBuffer.mix(FloatSampleBuffer source)
Mixes source to this buffer by adding all samples. |
void |
FloatSampleBuffer.mix(FloatSampleBuffer source,
int sourceOffset,
int thisOffset,
int count)
Mixes source samples to this buffer by adding the sample values. |
void |
FloatSampleInput.read(FloatSampleBuffer buffer)
Fill the entire buffer with audio data. |
void |
FloatInputStream.read(FloatSampleBuffer outBuffer)
|
void |
FloatSampleInput.read(FloatSampleBuffer buffer,
int offset,
int sampleCount)
Fill the specified portion of the buffer with the next audio data to be read. |
void |
FloatInputStream.read(FloatSampleBuffer buffer,
int offset,
int sampleCount)
|
| Uses of FloatSampleBuffer in org.tritonus.share.sampled.convert |
|---|
| Methods in org.tritonus.share.sampled.convert with parameters of type FloatSampleBuffer | |
|---|---|
protected void |
TSynchronousFilteredAudioInputStream.convert(FloatSampleBuffer buffer,
int offset,
int count)
Override this method to do the actual conversion in the FloatSampleBuffer. |
void |
TSynchronousFilteredAudioInputStream.read(FloatSampleBuffer buffer)
|
void |
TSynchronousFilteredAudioInputStream.read(FloatSampleBuffer buffer,
int offset,
int sampleCount)
read sampleCount converted samples at the specified offset. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||