Gnash  0.8.11dev
Namespaces
WAVWriter.cpp File Reference
#include "WAVWriter.h"
#include <cstring>
#include <boost/cstdint.hpp>
#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)
 

Variable Documentation

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
char rID[4]
boost::uint32_t rLen
boost::int16_t wFormatTag
char wID[4]