Uses of Class
zombie.ISoundSystem.SoundFormat

Packages that use ISoundSystem.SoundFormat
zombie   
 

Uses of ISoundSystem.SoundFormat in zombie
 

Methods in zombie that return ISoundSystem.SoundFormat
static ISoundSystem.SoundFormat ISoundSystem.SoundFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ISoundSystem.SoundFormat[] ISoundSystem.SoundFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zombie with parameters of type ISoundSystem.SoundFormat
 void ISoundSystem.cacheSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName)
           
 void ISoundSystem.cacheSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, int nVariants)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, boolean bStreaming, boolean bLooped, float fVolume)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning)
           
 ISoundSystem.ISoundInstance ISoundSystem.playSound(ISoundSystem.SoundFormat format, java.lang.String path, java.lang.String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch)