Uses of Class
cami.jmootcher.JMootcher.SoundFile

Packages that use JMootcher.SoundFile
cami.jmootcher   
 

Uses of JMootcher.SoundFile in cami.jmootcher
 

Methods in cami.jmootcher that return JMootcher.SoundFile
 JMootcher.SoundFile[] JMootcher.SoundFile.getDissimilarFiles()
          returns an array containig disimilar soundfiles, for further information see
 JMootcher.SoundFile[] JMootcher.getDissimilarSamples(int ID)
           
 JMootcher.SoundFile JMootcher.getSampleByID(int ID)
          returns a new SoundFile null if nonexisting
 JMootcher.SoundFile[] JMootcher.getSamples(int ID)
          fetches a sample with a given ID
 JMootcher.SoundFile[] JMootcher.getSamples(java.lang.String key)
          fetches samples with given tags / keywords
 JMootcher.SoundFile[] JMootcher.getSamples(java.lang.String[] keys)
          fetches samples with given tags / keywords
 JMootcher.SoundFile[] JMootcher.getSamplesByKeyword(java.lang.String key)
           
 JMootcher.SoundFile[] JMootcher.getSamplesByKeyword(java.lang.String[] keys)
           
 JMootcher.SoundFile[] JMootcher.SoundFile.getSimilarFiles()
          returns an array containig similar soundfiles, for further information see
 JMootcher.SoundFile[] JMootcher.getSimilarSamples(int ID)
           
 

Methods in cami.jmootcher with parameters of type JMootcher.SoundFile
 java.io.InputStream JMootcher.getInputStream(JMootcher.SoundFile sf)