20 #ifndef GNASH_SOUND_WAVWRITER_H
21 #define GNASH_SOUND_WAVWRITER_H
24 #include <boost/cstdint.hpp>
57 void pushSamples(boost::int16_t* from,
unsigned int nSamples);
65 std::ofstream file_stream;
68 void write_wave_header(std::ofstream& outfile);
75 #endif // GNASH_SOUND_WAVWRITER_H
WAV writer class.
Definition: WAVWriter.h:32
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
#define DSOEXPORT
Definition: dsodefs.h:55