|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SoundDecoder | |
|---|---|
| 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 SoundDecoder in com.flagstone.transform.util.sound |
|---|
| Classes in com.flagstone.transform.util.sound that implement SoundDecoder | |
|---|---|
class |
MP3Decoder
Decoder for MP3 sounds so they can be added to a flash file. |
class |
WAVDecoder
Decoder for WAV sounds so they can be added to a flash file. |
| Methods in com.flagstone.transform.util.sound that return SoundDecoder | |
|---|---|
static SoundDecoder |
SoundRegistry.getSoundProvider(String mimeType)
Get an instance of the class that can be used to decode a sound of the specified format. |
SoundDecoder |
WAVDecoder.newDecoder()
The method implemented by all SoundDecoders in order to be registered with the SoundRegistry and used by the SoundFactory to decode sounds. |
SoundDecoder |
SoundProvider.newDecoder()
The method implemented by all SoundDecoders in order to be registered with the SoundRegistry and used by the SoundFactory to decode sounds. |
SoundDecoder |
MP3Decoder.newDecoder()
The method implemented by all SoundDecoders in order to be registered with the SoundRegistry and used by the SoundFactory to decode sounds. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||