Package apple.audiotoolbox.enums
Class AUParameterEventType
- java.lang.Object
-
- apple.audiotoolbox.enums.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 Detail
-
Immediate
public static final int Immediate
- See Also:
- Constant Field Values
-
Ramped
public static final int Ramped
- See Also:
- Constant Field Values
-
-