Uses of Class
org.robovm.apple.audiotoolbox.AUType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUType Modifier and Type Method Description AUTypeAudioComponentDescription. getComponentType()static AUTypeAUType. valueOf(long n)Returns the enum constant of this type with the specified name.static AUTypeAUType. valueOf(String name)Returns the enum constant of this type with the specified name.static AUType[]AUType. 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 AUType Modifier and Type Method Description static AudioComponentDescriptionAudioComponentDescription. create(AUType type)static AudioComponentDescriptionAudioComponentDescription. create(AUType type, AUSubType subType)AudioComponentDescriptionAudioComponentDescription. setComponentType(AUType componentType)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUType Constructor Description AudioComponentDescription(AUType componentType, AUSubType componentSubType, AUManufacturer componentManufacturer, AudioComponentFlags componentFlags, int componentFlagsMask)