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