19 #ifndef GNASH_SWF_STREAMSOUNDBLOCK_TAG_H 20 #define GNASH_SWF_STREAMSOUNDBLOCK_TAG_H 31 class movie_definition;
72 _handler_id(streamId),
77 const std::uint16_t _handler_id;
89 #endif // GNASH_SWF_STREAMSOUNDBLOCK_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 StreamSoundBlock (19).
Definition: StreamSoundBlockTag.h:50
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:53
unsigned long StreamBlockId
Identifier of a streaming sound block.
Definition: sound_handler.h:97
Definition: GnashKey.h:159
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Load an SWF::SOUNDSTREAMBLOCK (19) tag.
Definition: StreamSoundBlockTag.cpp:57
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 *m, DisplayList &dlist) const
Start the associated block of sound.
Definition: StreamSoundBlockTag.cpp:40