Class AUParameterEventType


  • public final class AUParameterEventType
    extends java.lang.Object
    [@enum] AUParameterEventType The type of a parameter event (see AudioUnitScheduleParameter) [@constant] kParameterEvent_Immediate The parameter event describes an immediate change to the parameter value to the new value [@constant] kParameterEvent_Ramped The parameter event describes a change to the parameter value that should be applied over the specified period of time
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Immediate  
      static int Ramped  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait