|
Gnash
0.8.11dev
|
#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) |
| #define ADJUST_VOLUME | ( | s, | |
| v | |||
| ) | (s = (s*v)/MIX_MAXVOLUME) |
| #define MIX_MAXVOLUME 128 |
Referenced by gnash::sound::sound_handler::mix().
1.8.12