Uses of Class
com.flagstone.transform.sound.Envelope.Level

Packages that use Envelope.Level
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.Level in com.flagstone.transform.sound
 

Methods in com.flagstone.transform.sound that return types with arguments of type Envelope.Level
 List<Envelope.Level> Envelope.getLevels()
          Get the list of Levels that control the volume of the sound.
 

Methods in com.flagstone.transform.sound with parameters of type Envelope.Level
 Envelope Envelope.add(Envelope.Level level)
          Add a Envelope object to the list of envelope objects.
 

Method parameters in com.flagstone.transform.sound with type arguments of type Envelope.Level
 void Envelope.setLevels(List<Envelope.Level> list)
          Sets the list of Levels that define the levels at which a sound is played over the duration of the sound.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.