Package fmod.fmod

Class SoundBankEmitter.Sound

java.lang.Object
fmod.fmod.SoundBankEmitter.Sound
Enclosing class:
SoundBankEmitter

public static class SoundBankEmitter.Sound
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    long eventInstance  
    float gain  
    java.lang.String name  
    float occlusion  
    IsoObject parent  
    float pitch  
    float setVolume  
    fmod.fmod.SoundBankEmitter.SoundOption soundOption  
  • Constructor Summary

    Constructors
    Constructor Description
    Sound()  
  • Method Summary

    Modifier and Type Method Description
    float getVolume()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      public java.lang.String name
    • eventInstance

      public long eventInstance
    • gain

      public float gain
    • pitch

      public float pitch
    • soundOption

      public fmod.fmod.SoundBankEmitter.SoundOption soundOption
    • parent

      public IsoObject parent
    • setVolume

      public float setVolume
    • occlusion

      public float occlusion
  • Constructor Details

    • Sound

      public Sound()
  • Method Details

    • getVolume

      public float getVolume()