Gnash  0.8.11dev
Namespaces
WAVWriter.cpp File Reference
#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)
 

Variable Documentation

§ dId

char dId[4]

§ dLen

std::uint32_t dLen

§ fId

char fId[4]

§ nAvgBytesPerSec

std::uint32_t nAvgBytesPerSec

§ nBitsPerSample

std::int16_t nBitsPerSample

§ nBlockAlign

std::int16_t nBlockAlign

§ nChannels

std::int16_t nChannels

§ nSamplesPerSec

std::uint32_t nSamplesPerSec

§ pcm_header_len

std::uint32_t pcm_header_len

§ rID

char rID[4]

§ rLen

std::uint32_t rLen

§ wFormatTag

std::int16_t wFormatTag

§ wID

char wID[4]