|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefineSound | |
---|---|
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. |
com.flagstone.transform.util.sound | This package contains a set of classes that are used to decode sounds in various formats so they can be added to a Flash movie. |
Uses of DefineSound in com.flagstone.transform.sound |
---|
Methods in com.flagstone.transform.sound that return DefineSound | |
---|---|
DefineSound |
DefineSound.copy()
Creates a complete copy of this object. |
Constructors in com.flagstone.transform.sound with parameters of type DefineSound | |
---|---|
DefineSound(DefineSound object)
Creates and initialises a DefineSound object using the values copied from another DefineSound object. |
Uses of DefineSound in com.flagstone.transform.util.sound |
---|
Methods in com.flagstone.transform.util.sound that return DefineSound | |
---|---|
DefineSound |
WAVDecoder.defineSound(int identifier)
Define an event sound. |
DefineSound |
SoundFactory.defineSound(int identifier)
Create a definition for an event sound that can be added to a Flash movie. |
DefineSound |
SoundDecoder.defineSound(int identifier)
Define an event sound. |
DefineSound |
MP3Decoder.defineSound(int identifier)
Define an event sound. |
DefineSound |
WAVDecoder.defineSound(int identifier,
float duration)
Define an event sound. |
DefineSound |
SoundFactory.defineSound(int identifier,
float duration)
Create a definition for an event sound that can be added to a Flash movie. |
DefineSound |
SoundDecoder.defineSound(int identifier,
float duration)
Define an event sound. |
DefineSound |
MP3Decoder.defineSound(int identifier,
float duration)
Define an event sound. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |