Package apple.audiotoolbox.enums
Class AUParameterAutomationEventType
- java.lang.Object
-
- apple.audiotoolbox.enums.AUParameterAutomationEventType
-
public final class AUParameterAutomationEventType extends java.lang.Object[@enum] AUParameterAutomationEventType Identifies the different types of parameter automation events. Audio Units may generate parameter changes from their user interfaces. Hosts may attach significance to the beginning and end of a UI gesture (typically touching and releasing a fader). These gestures are conveyed through these types of automation events. [@constant] AUParameterAutomationEventTypeValue The event contains an updated value for the parameter. [@constant] AUParameterAutomationEventTypeTouch The event marks an initial "touch" gesture on a UI element. [@constant] AUParameterAutomationEventTypeRelease The event marks a final "release" gesture on a UI element.
-
-
Field Detail
-
Value
public static final int Value
- See Also:
- Constant Field Values
-
Touch
public static final int Touch
- See Also:
- Constant Field Values
-
Release
public static final int Release
- See Also:
- Constant Field Values
-
-