23 #ifndef GNASH_SWFPARSER_H 24 #define GNASH_SWFPARSER_H 30 class movie_definition;
58 _runResources(runResources),
86 bool read(std::streamsize bytes);
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:95
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
size_t bytesRead() const
The number of bytes processed by this SWFParser.
Definition: SWFParser.h:69
Definition: GnashKey.h:212
bool read(std::streamsize bytes)
Parse a specified number of bytes from the stream.
Definition: SWFParser.cpp:51
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:53
The SWFParser parses tags from a SWFStream.
Definition: SWFParser.h:50
SWFParser(SWFStream &in, movie_definition *md, const RunResources &runResources)
Definition: SWFParser.h:54
Definition: GnashKey.h:331
SWF stream wrapper class.
Definition: SWFStream.h:58