public class OutputBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFERSIZE |
| Constructor and Description |
|---|
OutputBuffer(int channels,
boolean isBigEndian) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendSamples(int channel,
float[] f)
Takes 32 PCM samples.
|
byte[] |
getBuffer() |
boolean |
isStereo() |
int |
reset() |
void |
setReplayGainScale(Float replayGainScale) |
public static final int BUFFERSIZE
public void appendSamples(int channel,
float[] f)
public byte[] getBuffer()
public int reset()
public void setReplayGainScale(Float replayGainScale)
public boolean isStereo()
Copyright © 2013. All Rights Reserved.