Package zombie.audio

Class GameSoundClip

java.lang.Object
zombie.audio.GameSoundClip

public final class GameSoundClip extends Object
  • Field Details

    • INIT_FLAG_DISTANCE_MIN

      public static short INIT_FLAG_DISTANCE_MIN
    • INIT_FLAG_DISTANCE_MAX

      public static short INIT_FLAG_DISTANCE_MAX
    • gameSound

      public final GameSound gameSound
    • event

      public String event
    • eventDescription

      public fmod.fmod.FMOD_STUDIO_EVENT_DESCRIPTION eventDescription
    • file

      public String file
    • volume

      public float volume
    • pitch

      public float pitch
    • distanceMin

      public float distanceMin
    • distanceMax

      public float distanceMax
    • reverbMaxRange

      public float reverbMaxRange
    • reverbFactor

      public float reverbFactor
    • priority

      public int priority
    • initFlags

      public short initFlags
    • reloadEpoch

      public short reloadEpoch
  • Constructor Details

    • GameSoundClip

      public GameSoundClip(GameSound gameSound)
  • Method Details

    • getEvent

      public String getEvent()
    • getFile

      public String getFile()
    • getVolume

      public float getVolume()
    • getPitch

      public float getPitch()
    • hasMinDistance

      public boolean hasMinDistance()
    • hasMaxDistance

      public boolean hasMaxDistance()
    • getMinDistance

      public float getMinDistance()
    • getMaxDistance

      public float getMaxDistance()
    • getEffectiveVolume

      public float getEffectiveVolume()
    • getEffectiveVolumeInMenu

      public float getEffectiveVolumeInMenu()
    • checkReloaded

      public GameSoundClip checkReloaded()
    • hasSustainPoints

      public boolean hasSustainPoints()
    • hasParameter

      public boolean hasParameter(fmod.fmod.FMOD_STUDIO_PARAMETER_DESCRIPTION parameterDescription)