Gnash
0.8.10
|
#include "WAVWriter.h"
#include <cstring>
#include <boost/cstdint.hpp>
#include <fstream>
#include <iostream>
#include "GnashException.h"
#include "log.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::sound |
Gnash sound handling subsystem (libsound) |
char dId[4] |
boost::uint32_t dLen |
char fId[4] |
boost::uint32_t nAvgBytesPerSec |
boost::int16_t nBitsPerSample |
boost::int16_t nBlockAlign |
boost::int16_t nChannels |
boost::uint32_t nSamplesPerSec |
boost::uint32_t pcm_header_len |
boost::uint32_t rLen |
boost::int16_t wFormatTag |
char wID[4] |