Go to the documentation of this file.
26 class movie_definition;
89 #endif // GNASH_SOUND_H
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ s
Definition: GnashKey.h:165
An identifier for a sound sample managed by a sound_handler.
Definition: sound_definition.h:62
@ r
Definition: GnashKey.h:164
sound_sample(int id, const RunResources &r)
Definition: sound_definition.h:67
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
int m_sound_handler_id
Definition: sound_definition.h:65
Sound mixer.
Definition: sound_handler.h:88
sound::sound_handler * soundHandler() const
Get a pointer to a sound::sound_handler set by a hosting application.
Definition: RunResources.h:96
~sound_sample()
Definition: sound_definition.cpp:17
const RunResources & _runResources
Definition: sound_definition.h:82
For stuff that's tricky to keep track of w/r/t ownership & cleanup. The only use for this class seems...
Definition: ref_counted.h:35