Method | Description | |
---|---|---|
OBuffer16BitStereo ( ) : System | ||
Read ( byte buffer_out, int offset, int count ) : int | ||
append ( int channel, short value ) : void | ||
appendSamples ( int channel, float f ) : void | ||
clear_buffer ( ) : void |
This implementation does not clear the buffer.
|
|
close ( ) : void | ||
set_stop_flag ( ) : void | ||
write_buffer ( int val ) : void |
public Read ( byte buffer_out, int offset, int count ) : int | ||
buffer_out | byte | |
offset | int | |
count | int | |
return | int |
public append ( int channel, short value ) : void | ||
channel | int | |
value | short | |
return | void |
public appendSamples ( int channel, float f ) : void | ||
channel | int | |
f | float | |
return | void |