|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Envelope | |
---|---|
com.flagstone.transform.sound | The sound package contains all the classes for encoding and decoding the data structures that represent the different sounds in a Flash file. |
Uses of Envelope in com.flagstone.transform.sound |
---|
Methods in com.flagstone.transform.sound that return Envelope | |
---|---|
Envelope |
Envelope.add(Envelope.Level level)
Add a Envelope object to the list of envelope objects. |
Envelope |
Envelope.copy()
Creates a complete copy of this object. |
Envelope |
SoundInfo.getEnvelope()
Get the Envelope that control the levels the sound is played. |
Methods in com.flagstone.transform.sound with parameters of type Envelope | |
---|---|
void |
SoundInfo.setEnvelope(Envelope anEnvelope)
Sets the Envelope that define the levels at which a sound is played over the duration of the sound. |
Constructors in com.flagstone.transform.sound with parameters of type Envelope | |
---|---|
Envelope(Envelope object)
Creates and initialises an Envelope object using the values copied from another Envelope object. |
|
SoundInfo(int uid,
SoundInfo.Mode aMode,
int aCount,
Envelope anEnvelope)
Creates a Sound object specifying how the sound is played and the number of times the sound is repeated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |