Uses of Class
org.robovm.apple.audiotoolbox.AUNodeInteractionType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUNodeInteractionType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUNodeInteractionType Modifier and Type Method Description AUNodeInteractionTypeAUNodeInteraction. getNodeInteractionType()static AUNodeInteractionTypeAUNodeInteractionType. valueOf(long n)Returns the enum constant of this type with the specified name.static AUNodeInteractionTypeAUNodeInteractionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AUNodeInteractionType[]AUNodeInteractionType. 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 AUNodeInteractionType Modifier and Type Method Description AUNodeInteractionAUNodeInteraction. setNodeInteractionType(AUNodeInteractionType nodeInteractionType)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUNodeInteractionType Constructor Description AUNodeInteraction(AUNodeInteractionType nodeInteractionType, AUNodeInteractionInfo nodeInteraction)