Method | Description | |
---|---|---|
WaveFileObuffer ( int number_of_channels, int freq, System FileName ) : System |
Creates a new WareFileObuffer instance.
|
|
append ( int channel, short value_Renamed ) : void |
Takes a 16 Bit PCM sample.
|
|
clear_buffer ( ) : void |
*
|
|
close ( ) : void | ||
close ( bool justWriteLengthBytes ) : void | ||
set_stop_flag ( ) : void |
*
|
|
write_buffer ( int val ) : void |
Method | Description | |
---|---|---|
InitBlock ( ) : void |
public WaveFileObuffer ( int number_of_channels, int freq, System FileName ) : System | ||
number_of_channels | int | |
freq | int | |
FileName | System | |
return | System |
public append ( int channel, short value_Renamed ) : void | ||
channel | int | |
value_Renamed | short | |
return | void |
public close ( bool justWriteLengthBytes ) : void | ||
justWriteLengthBytes | bool | |
return | void |