Uses of Interface
marf.Storage.ISampleLoader

Packages that use ISampleLoader
marf   
marf.Storage   
marf.Storage.Loaders   
 

Uses of ISampleLoader in marf
 

Methods in marf that return ISampleLoader
static ISampleLoader MARF.getSampleLoader()
          Retrieves current SampleLoader reference.
 

Uses of ISampleLoader in marf.Storage
 

Classes in marf.Storage that implement ISampleLoader
 class SampleLoader
          Abstract class that provides a generic implementation of the sample loading interface.
 

Methods in marf.Storage that return ISampleLoader
static ISampleLoader SampleLoaderFactory.create(int piSampleFormat)
          Instantiates a SampleLoader module indicated by the first parameter with the 2nd parameter as an argument.
static ISampleLoader SampleLoaderFactory.create(java.lang.Integer poSampleFormat)
          Instantiates a SampleLoader module indicated by the first parameter with the 2nd parameter as an argument.
 

Uses of ISampleLoader in marf.Storage.Loaders
 

Classes in marf.Storage.Loaders that implement ISampleLoader
 class AIFFCLoader
          TODO: Not Implemented.
 class AIFFLoader
          TODO: Not Implemented.
 class AudioSampleLoader
          Abstract class that provides a generic sound-oriented implementation of the sample loading interface.
 class AULoader
          TODO: Not Implemented.
 class MIDILoader
          TODO: Not Implemented.
 class MP3Loader
          TODO: Not Implemented.
 class SineLoader
          Loads (by computing) a simple sine wave into the sample.
 class SNDLoader
          TODO: Not Implemented.
 class TextLoader
          Loads text samples assuming character code to be the absolute value.
 class ULAWLoader
          TODO: Not Implemented.
 class WAVLoader
          Loads/stores samples if WAVE format.
 



SourceForge Logo