Go to the documentation of this file.
21 #ifndef GNASH_SWF_DEFINEBUTTONSOUNDTAG_H
22 #define GNASH_SWF_DEFINEBUTTONSOUNDTAG_H
32 class movie_definition;
58 typedef std::vector<ButtonSound>
Sounds;
67 return _sounds[index];
void log_swferror(StringType msg, Args... args)
Definition: log.h:325
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
Immutable data representing the definition of a movie display element.
Definition: DefinitionTag.h:48
std::string typeName(const T &inst)
Definition: utility.h:93
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
@ DEFINEBUTTONSOUND
Definition: SWF.h:49
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
#define IF_VERBOSE_MALFORMED_SWF(x)
Definition: log.h:404
Definition: SoundInfoRecord.h:36
An identifier for a sound sample managed by a sound_handler.
Definition: sound_definition.h:62
@ r
Definition: GnashKey.h:164
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
std::uint16_t read_u16()
Read a aligned unsigned 16-bit value from the stream.
Definition: SWFStream.cpp:332
SWF stream wrapper class.
Definition: SWFStream.h:59
void ensureBytes(unsigned long needed)
Ensure the requested number of bytes are available for an aligned read in the currently opened tag.
Definition: SWFStream.cpp:50
@ SWF
Definition: GnashKey.h:331