Uses of Class
com.flagstone.transform.sound.SoundInfo.Mode

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

Methods in com.flagstone.transform.sound that return SoundInfo.Mode
 SoundInfo.Mode SoundInfo.getMode()
          Get the synchronisation mode: START - start playing the sound, CONTINUE - do not play the sound if it is already playing and STOP - stop playing the sound.
static SoundInfo.Mode SoundInfo.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoundInfo.Mode[] SoundInfo.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.flagstone.transform.sound with parameters of type SoundInfo.Mode
 void SoundInfo.setMode(SoundInfo.Mode soundMode)
          Sets how the sound is synchronised when the frames are displayed: START - start playing the sound, CONTINUE - do not play the sound if it is already playing and STOP - stop playing the sound.
 

Constructors in com.flagstone.transform.sound with parameters of type SoundInfo.Mode
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.
 



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