메소드 | 설명 | |
---|---|---|
append ( int channel, short value_Renamed ) : void |
Takes a 16 Bit PCM sample.
|
|
appendSamples ( int channel, float f ) : void |
Accepts 32 new PCM samples.
|
|
clear_buffer ( ) : void |
Clears all data in the buffer (for seeking).
|
|
close ( ) : void | ||
set_stop_flag ( ) : void |
Notify the buffer that the user has stopped the stream.
|
|
write_buffer ( int val ) : void |
Write the samples to the file or directly to the audio hardware.
|
메소드 | 설명 | |
---|---|---|
clip ( float sample ) : short |
Clip Sample to 16 Bits
|
public abstract append ( int channel, short value_Renamed ) : void | ||
channel | int | |
value_Renamed | short | |
리턴 | void |
public appendSamples ( int channel, float f ) : void | ||
channel | int | |
f | float | |
리턴 | void |