19 #ifndef GNASH_SWF_STARTSOUND_TAG_H 20 #define GNASH_SWF_STARTSOUND_TAG_H 32 class movie_definition;
54 std::uint16_t m_handler_id;
67 m_handler_id(sound_id)
102 #endif // GNASH_SWF_STARTSOUND_TAG_H Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:95
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:83
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:30
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:43
Definition: GnashKey.h:164
SWF Tag StartSound (15)
Definition: StartSoundTag.h:44
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:53
void read(SWFStream &in)
Definition: SoundInfoRecord.cpp:32
Definition: SoundInfoRecord.h:35
StartSound2Tag (SWF9)
Definition: StartSoundTag.h:89
Definition: GnashKey.h:159
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:64
Definition: GnashKey.h:331
SWF stream wrapper class.
Definition: SWFStream.h:58
void executeActions(MovieClip *, DisplayList &) const
Execute Action tags.
Definition: StartSoundTag.cpp:80
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Load a SWF::STARTSOUND tag.
Definition: StartSoundTag.cpp:39