21 #ifndef GNASH_SWF_SOUNDINFO_H 22 #define GNASH_SWF_SOUNDINFO_H bool hasLoops
Definition: SoundInfoRecord.h:55
unsigned int inPoint
In point, 44100 for one second.
Definition: SoundInfoRecord.h:79
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
bool hasInPoint
Definition: SoundInfoRecord.h:57
sound::SoundEnvelopes envelopes
Sound effects (envelopes) for this start of the sound.
Definition: SoundInfoRecord.h:93
bool hasEnvelope
Definition: SoundInfoRecord.h:54
void read(SWFStream &in)
Definition: SoundInfoRecord.cpp:32
int loopCount
Number of loops started by an execution of this tag.
Definition: SoundInfoRecord.h:66
Definition: SoundInfoRecord.h:35
std::vector< SoundEnvelope > SoundEnvelopes
A vector of SoundEnvelope objects.
Definition: SoundEnvelope.h:60
bool stopPlayback
If true this tag actually stops the sound rather then playing it.
Definition: SoundInfoRecord.h:73
bool hasOutPoint
Definition: SoundInfoRecord.h:56
bool noMultiple
Definition: SoundInfoRecord.h:53
Definition: GnashKey.h:331
unsigned int outPoint
Out point, 44100 for one second.
Definition: SoundInfoRecord.h:87
SWF stream wrapper class.
Definition: SWFStream.h:58
SoundInfoRecord()
Construct a SoundInfoRecord record object.
Definition: SoundInfoRecord.h:40