Gnash
0.8.10
|
#include "tag_loaders.h"
#include <cassert>
#include "utility.h"
#include "log.h"
#include "SWFStream.h"
#include "sprite_definition.h"
#include "SWFMovieDefinition.h"
#include "SWF.h"
#include "swf/TagLoadersTable.h"
#include "URL.h"
#include "GnashException.h"
#include "sound_definition.h"
#include "SoundInfo.h"
#include "MediaHandler.h"
#include "SimpleBuffer.h"
#include "sound_handler.h"
#include "RunResources.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::SWF |
SWF format parsing classes. | |
Functions | |
void | gnash::SWF::frame_label_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
Label the current frame (SWF::FRAMELABEL) | |
void | gnash::SWF::sprite_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
Create and initialize a sprite, and add it to the movie. | |
void | gnash::SWF::define_sound_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &r) |
Sample rate table for DEFINESOUNDHEAD tags. | |
void | gnash::SWF::file_attributes_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &) |
void | gnash::SWF::metadata_loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &) |
void | gnash::SWF::serialnumber_loader (SWFStream &in, TagType tag, movie_definition &, const RunResources &) |
Load a SWF::SERIALNUMBER tag. | |
void | gnash::SWF::reflex_loader (SWFStream &, TagType, movie_definition &, const RunResources &) |
SWF Tags Reflex (777) |