Uses of Class
org.robovm.apple.audiotoolbox.AUParameterAutomationEventType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUParameterAutomationEventType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUParameterAutomationEventType Modifier and Type Method Description AUParameterAutomationEventTypeAUParameterAutomationEvent. getEventType()static AUParameterAutomationEventTypeAUParameterAutomationEventType. valueOf(long n)Returns the enum constant of this type with the specified name.static AUParameterAutomationEventTypeAUParameterAutomationEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static AUParameterAutomationEventType[]AUParameterAutomationEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox with parameters of type AUParameterAutomationEventType Modifier and Type Method Description AUParameterAutomationEventAUParameterAutomationEvent. setEventType(AUParameterAutomationEventType eventType)voidAUParameter. setValue(float value, VoidPtr originator, long hostTime, AUParameterAutomationEventType eventType)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUParameterAutomationEventType Constructor Description AUParameterAutomationEvent(long hostTime, long address, float value, AUParameterAutomationEventType eventType, long reserved)