com.flagstone.transform.util.sound
Interface SoundProvider

All Known Implementing Classes:
MP3Decoder, WAVDecoder

public interface SoundProvider

SoundProvider defines the interface that the SoundFactory uses to create instances of the SoundDecoder objects used to handle different sound formats.


Method Summary
 SoundDecoder newDecoder()
          The method implemented by all SoundDecoders in order to be registered with the SoundRegistry and used by the SoundFactory to decode sounds.
 

Method Detail

newDecoder

SoundDecoder newDecoder()
The method implemented by all SoundDecoders in order to be registered with the SoundRegistry and used by the SoundFactory to decode sounds.

Returns:
an object that implements the SoundDecoder interface.


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