Class DummySoundEmitter
java.lang.Object
zombie.audio.BaseSoundEmitter
zombie.audio.DummySoundEmitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
hasSustainPoints
(long handle) boolean
isEmpty()
boolean
isPlaying
(long channel) boolean
boolean
isUsingParameter
(long var1, String var3) long
playAmbientLoopedImpl
(String file) long
playAmbientSound
(String name) long
playClip
(GameSoundClip clip, IsoObject parent) long
long
long
long
playSound
(String file, IsoGameCharacter character) long
playSound
(String file, IsoGridSquare square) long
long
playSoundImpl
(String file, boolean doWorldSound, IsoObject parent) long
playSoundImpl
(String file, IsoGridSquare square) long
playSoundImpl
(String file, IsoObject parent) long
playSoundLooped
(String file) long
playSoundLoopedImpl
(String file) void
boolean
restart
(long handle) void
set3D
(long handle, boolean is3D) void
setParameterValue
(long var1, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION var3, float var4) void
setParameterValueByName
(long var1, String var3, float var4) void
setPitch
(long handle, float volume) void
setPos
(float x, float y, float z) void
setTimelinePosition
(long handle, String positionName) void
setVolume
(long handle, float volume) void
setVolumeAll
(float volume) void
stopAll()
void
stopOrTriggerSound
(long handle) void
void
stopOrTriggerSoundLocal
(long var1) int
stopSound
(long channel) int
stopSoundByName
(String name) void
stopSoundLocal
(long handle) void
tick()
void
triggerCue
(long handle)
-
Constructor Details
-
DummySoundEmitter
public DummySoundEmitter()
-
-
Method Details
-
randomStart
public void randomStart()- Specified by:
randomStart
in classBaseSoundEmitter
-
setPos
public void setPos(float x, float y, float z) - Specified by:
setPos
in classBaseSoundEmitter
-
stopSound
public int stopSound(long channel) - Specified by:
stopSound
in classBaseSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long handle) - Specified by:
stopSoundLocal
in classBaseSoundEmitter
-
stopOrTriggerSoundLocal
public void stopOrTriggerSoundLocal(long var1) - Specified by:
stopOrTriggerSoundLocal
in classBaseSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByName
in classBaseSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long handle) - Specified by:
stopOrTriggerSound
in classBaseSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByName
in classBaseSoundEmitter
-
setVolume
public void setVolume(long handle, float volume) - Specified by:
setVolume
in classBaseSoundEmitter
-
setPitch
public void setPitch(long handle, float volume) - Specified by:
setPitch
in classBaseSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long handle) - Specified by:
hasSustainPoints
in classBaseSoundEmitter
-
setParameterValue
public void setParameterValue(long var1, fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION var3, float var4) - Specified by:
setParameterValue
in classBaseSoundEmitter
-
setParameterValueByName
- Specified by:
setParameterValueByName
in classBaseSoundEmitter
-
isUsingParameter
- Specified by:
isUsingParameter
in classBaseSoundEmitter
-
setTimelinePosition
- Specified by:
setTimelinePosition
in classBaseSoundEmitter
-
triggerCue
public void triggerCue(long handle) - Specified by:
triggerCue
in classBaseSoundEmitter
-
set3D
public void set3D(long handle, boolean is3D) - Specified by:
set3D
in classBaseSoundEmitter
-
setVolumeAll
public void setVolumeAll(float volume) - Specified by:
setVolumeAll
in classBaseSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAll
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseSoundEmitter
-
playClip
- Specified by:
playClip
in classBaseSoundEmitter
-
playAmbientSound
- Specified by:
playAmbientSound
in classBaseSoundEmitter
-
tick
public void tick()- Specified by:
tick
in classBaseSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStart
in classBaseSoundEmitter
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(long channel) - Specified by:
isPlaying
in classBaseSoundEmitter
-
isPlaying
- Specified by:
isPlaying
in classBaseSoundEmitter
-
restart
public boolean restart(long handle) - Specified by:
restart
in classBaseSoundEmitter
-
playSoundLooped
- Specified by:
playSoundLooped
in classBaseSoundEmitter
-
playSoundLoopedImpl
- Specified by:
playSoundLoopedImpl
in classBaseSoundEmitter
-
playAmbientLoopedImpl
- Specified by:
playAmbientLoopedImpl
in classBaseSoundEmitter
-