Class AudioEffectEvent

    • Constructor Detail

      • AudioEffectEvent

        public AudioEffectEvent​(int id,
                                int loops,
                                int delay)
        Constructs a prototypical Event.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getId

        public int getId()
      • getLoops

        public int getLoops()
      • getDelay

        public int getDelay()