Class DummySoundEmitter
java.lang.Object
zombie.audio.BaseSoundEmitter
zombie.audio.DummySoundEmitter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanhasSustainPoints(long handle) booleanisEmpty()booleanisPlaying(long channel) booleanbooleanisUsingParameter(long var1, String var3) longplayAmbientLoopedImpl(String file) longplayAmbientSound(String name) longplayClip(GameSoundClip clip, IsoObject parent) longlonglonglongplaySound(String file, IsoGameCharacter character) longplaySound(String file, IsoGridSquare square) longlongplaySoundImpl(String file, boolean doWorldSound, IsoObject parent) longplaySoundImpl(String file, IsoGridSquare square) longplaySoundImpl(String file, IsoObject parent) longplaySoundLooped(String file) longplaySoundLoopedImpl(String file) voidbooleanrestart(long handle) voidset3D(long handle, boolean is3D) voidsetParameterValue(long handle, FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) voidsetParameterValueByName(long var1, String var3, float var4) voidsetPitch(long handle, float volume) voidsetPos(float x, float y, float z) voidsetTimelinePosition(long handle, String positionName) voidsetVolume(long handle, float volume) voidsetVolumeAll(float volume) voidstopAll()voidstopOrTriggerSound(long handle) voidvoidstopOrTriggerSoundLocal(long var1) intstopSound(long channel) intstopSoundByName(String name) voidstopSoundLocal(long handle) voidtick()voidtriggerCue(long handle)
-
Constructor Details
-
DummySoundEmitter
public DummySoundEmitter()
-
-
Method Details
-
randomStart
public void randomStart()- Specified by:
randomStartin classBaseSoundEmitter
-
setPos
public void setPos(float x, float y, float z) - Specified by:
setPosin classBaseSoundEmitter
-
stopSound
public int stopSound(long channel) - Specified by:
stopSoundin classBaseSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long handle) - Specified by:
stopSoundLocalin classBaseSoundEmitter
-
stopOrTriggerSoundLocal
public void stopOrTriggerSoundLocal(long var1) - Specified by:
stopOrTriggerSoundLocalin classBaseSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByNamein classBaseSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long handle) - Specified by:
stopOrTriggerSoundin classBaseSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByNamein classBaseSoundEmitter
-
setVolume
public void setVolume(long handle, float volume) - Specified by:
setVolumein classBaseSoundEmitter
-
setPitch
public void setPitch(long handle, float volume) - Specified by:
setPitchin classBaseSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long handle) - Specified by:
hasSustainPointsin classBaseSoundEmitter
-
setParameterValue
public void setParameterValue(long handle, FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription, float value) - Specified by:
setParameterValuein classBaseSoundEmitter
-
setParameterValueByName
- Specified by:
setParameterValueByNamein classBaseSoundEmitter
-
isUsingParameter
- Specified by:
isUsingParameterin classBaseSoundEmitter
-
setTimelinePosition
- Specified by:
setTimelinePositionin classBaseSoundEmitter
-
triggerCue
public void triggerCue(long handle) - Specified by:
triggerCuein classBaseSoundEmitter
-
set3D
public void set3D(long handle, boolean is3D) - Specified by:
set3Din classBaseSoundEmitter
-
setVolumeAll
public void setVolumeAll(float volume) - Specified by:
setVolumeAllin classBaseSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playClip
- Specified by:
playClipin classBaseSoundEmitter
-
playAmbientSound
- Specified by:
playAmbientSoundin classBaseSoundEmitter
-
tick
public void tick()- Specified by:
tickin classBaseSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStartin classBaseSoundEmitter
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(long channel) - Specified by:
isPlayingin classBaseSoundEmitter
-
isPlaying
- Specified by:
isPlayingin classBaseSoundEmitter
-
restart
public boolean restart(long handle) - Specified by:
restartin classBaseSoundEmitter
-
playSoundLooped
- Specified by:
playSoundLoopedin classBaseSoundEmitter
-
playSoundLoopedImpl
- Specified by:
playSoundLoopedImplin classBaseSoundEmitter
-
playAmbientLoopedImpl
- Specified by:
playAmbientLoopedImplin classBaseSoundEmitter
-