Package zombie.audio
Class DummySoundEmitter
java.lang.Object
zombie.audio.BaseSoundEmitter
zombie.audio.DummySoundEmitter
public class DummySoundEmitter extends BaseSoundEmitter
-
Constructor Summary
Constructors Constructor Description DummySoundEmitter() -
Method Summary
Modifier and Type Method Description booleanhasSoundsToStart()booleanhasSustainPoints(long long1)booleanisEmpty()booleanisPlaying(long long1)booleanisPlaying(java.lang.String string)longplayAmbientLoopedImpl(java.lang.String string)longplayAmbientSound(java.lang.String string)longplayClip(GameSoundClip gameSoundClip, IsoObject object)longplaySound(java.lang.String string)longplaySound(java.lang.String string, boolean boolean1)longplaySound(java.lang.String string, int int1, int int2, int int3)longplaySound(java.lang.String string, IsoGridSquare square)longplaySound(java.lang.String string, IsoObject object)longplaySoundImpl(java.lang.String string, boolean boolean1, IsoObject object)longplaySoundImpl(java.lang.String string, IsoGridSquare square)longplaySoundImpl(java.lang.String string, IsoObject object)longplaySoundLooped(java.lang.String string)longplaySoundLoopedImpl(java.lang.String string)voidrandomStart()booleanrestart(long long1)voidset3D(long long1, boolean boolean1)voidsetParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1)voidsetPitch(long long1, float float1)voidsetPos(float float1, float float2, float float3)voidsetTimelinePosition(long long1, java.lang.String string)voidsetVolume(long long1, float float1)voidsetVolumeAll(float float1)voidstopAll()voidstopOrTriggerSound(long long1)voidstopOrTriggerSoundByName(java.lang.String string)intstopSound(long long1)intstopSoundByName(java.lang.String string)voidtick()voidtriggerCue(long long1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DummySoundEmitter
public DummySoundEmitter()
-
-
Method Details
-
randomStart
public void randomStart()- Specified by:
randomStartin classBaseSoundEmitter
-
setPos
public void setPos(float float1, float float2, float float3)- Specified by:
setPosin classBaseSoundEmitter
-
stopSound
public int stopSound(long long1)- Specified by:
stopSoundin classBaseSoundEmitter
-
stopSoundByName
public int stopSoundByName(java.lang.String string)- Specified by:
stopSoundByNamein classBaseSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long long1)- Specified by:
stopOrTriggerSoundin classBaseSoundEmitter
-
stopOrTriggerSoundByName
public void stopOrTriggerSoundByName(java.lang.String string)- Specified by:
stopOrTriggerSoundByNamein classBaseSoundEmitter
-
setVolume
public void setVolume(long long1, float float1)- Specified by:
setVolumein classBaseSoundEmitter
-
setPitch
public void setPitch(long long1, float float1)- Specified by:
setPitchin classBaseSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long long1)- Specified by:
hasSustainPointsin classBaseSoundEmitter
-
setParameterValue
public void setParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1)- Specified by:
setParameterValuein classBaseSoundEmitter
-
setTimelinePosition
public void setTimelinePosition(long long1, java.lang.String string)- Specified by:
setTimelinePositionin classBaseSoundEmitter
-
triggerCue
public void triggerCue(long long1)- Specified by:
triggerCuein classBaseSoundEmitter
-
set3D
public void set3D(long long1, boolean boolean1)- Specified by:
set3Din classBaseSoundEmitter
-
setVolumeAll
public void setVolumeAll(float float1)- Specified by:
setVolumeAllin classBaseSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAllin classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string)- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string, int int1, int int2, int int3)- Specified by:
playSoundin classBaseSoundEmitter
-
playSound
- Specified by:
playSoundin classBaseSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImplin classBaseSoundEmitter
-
playSound
public long playSound(java.lang.String string, boolean boolean1)- 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
public long playAmbientSound(java.lang.String string)- 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 long1)- Specified by:
isPlayingin classBaseSoundEmitter
-
isPlaying
public boolean isPlaying(java.lang.String string)- Specified by:
isPlayingin classBaseSoundEmitter
-
restart
public boolean restart(long long1)- Specified by:
restartin classBaseSoundEmitter
-
playSoundLooped
public long playSoundLooped(java.lang.String string)- Specified by:
playSoundLoopedin classBaseSoundEmitter
-
playSoundLoopedImpl
public long playSoundLoopedImpl(java.lang.String string)- Specified by:
playSoundLoopedImplin classBaseSoundEmitter
-
playAmbientLoopedImpl
public long playAmbientLoopedImpl(java.lang.String string)- Specified by:
playAmbientLoopedImplin classBaseSoundEmitter
-