Uses of Interface
com.flagstone.transform.util.sound.SoundProvider

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

Classes in com.flagstone.transform.util.sound that implement SoundProvider
 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 with parameters of type SoundProvider
static void SoundRegistry.registerProvider(String mimeType, SoundProvider decoder)
          Register an SoundDecoder to handle images in the specified format.
 



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