javazoom.jl.converter
public class WaveFileObuffer extends Obuffer
Since: 0.0
Constructor Summary | |
---|---|
WaveFileObuffer(int number_of_channels, int freq, String FileName)
Creates a new WareFileObuffer instance.
|
Method Summary | |
---|---|
void | append(int channel, short value)
Takes a 16 Bit PCM sample. |
void | clear_buffer() |
void | close() |
void | set_stop_flag() |
void | write_buffer(int val) |
Parameters: number_of_channels The number of channels of audio data this buffer will receive. freq The sample frequency of the samples in the buffer. fileName The filename to write the data to.