Gnash  0.8.11dev
Namespaces | Macros
sound_handler.cpp File Reference
#include "sound_handler.h"
#include <cstdint>
#include <vector>
#include <cmath>
#include "EmbedSound.h"
#include "InputStream.h"
#include "EmbedSoundInst.h"
#include "log.h"
#include "StreamingSound.h"
#include "StreamingSoundData.h"
#include "SimpleBuffer.h"
#include "MediaHandler.h"

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 
 gnash::sound
 Gnash sound handling subsystem (libsound)
 

Macros

#define MIX_MAXVOLUME   128
 
#define ADJUST_VOLUME(s, v)   (s = (s*v)/MIX_MAXVOLUME)
 

Macro Definition Documentation

§ ADJUST_VOLUME

#define ADJUST_VOLUME (   s,
 
)    (s = (s*v)/MIX_MAXVOLUME)

§ MIX_MAXVOLUME

#define MIX_MAXVOLUME   128