Uses of Class
crystalspace.jbind.impl.sound.data.csSoundFormat

Packages that use csSoundFormat
crystalspace.jbind.impl.sound.data   
crystalspace.jbind.interfaces.isound.data   
 

Uses of csSoundFormat in crystalspace.jbind.impl.sound.data
 

Methods in crystalspace.jbind.impl.sound.data that return csSoundFormat
 csSoundFormat csSoundData.getFormat()
           
 

Methods in crystalspace.jbind.impl.sound.data with parameters of type csSoundFormat
 boolean csSoundData.initialize(csSoundFormat fmt)
           
 

Uses of csSoundFormat in crystalspace.jbind.interfaces.isound.data
 

Methods in crystalspace.jbind.interfaces.isound.data that return csSoundFormat
 csSoundFormat iSoundData.getFormat()
          Get the format of the sound data.
 

Methods in crystalspace.jbind.interfaces.isound.data with parameters of type csSoundFormat
 boolean iSoundData.initialize(csSoundFormat fmt)
          Prepare the sound for output using the given format.