Uses of Enum Class
zombie.ISoundSystem.SoundFormat
Packages that use ISoundSystem.SoundFormat
-
Uses of ISoundSystem.SoundFormat in zombie
Subclasses with type arguments of type ISoundSystem.SoundFormat in zombieMethods in zombie that return ISoundSystem.SoundFormatModifier and TypeMethodDescriptionstatic ISoundSystem.SoundFormat
Returns the enum constant of this class with the specified name.static ISoundSystem.SoundFormat[]
ISoundSystem.SoundFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie with parameters of type ISoundSystem.SoundFormatModifier and TypeMethodDescriptionvoid
ISoundSystem.cacheSound
(ISoundSystem.SoundFormat format, String path, String rootName) void
ISoundSystem.cacheSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning) ISoundSystem.playSound
(ISoundSystem.SoundFormat format, String path, String rootName, int nVariants, boolean bStreaming, boolean bLooped, float fVolume, float fPanning, float fPitch)