Uses of Class
org.robovm.apple.audiotoolbox.AUInstrumentType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUInstrumentType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUInstrumentType Modifier and Type Method Description AUInstrumentTypeAUSamplerInstrumentData. getInstrumentType()static AUInstrumentTypeAUInstrumentType. valueOf(long n)Returns the enum constant of this type with the specified name.static AUInstrumentTypeAUInstrumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AUInstrumentType[]AUInstrumentType. 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 AUInstrumentType Modifier and Type Method Description AUSamplerInstrumentDataAUSamplerInstrumentData. setInstrumentType(AUInstrumentType instrumentType)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUInstrumentType Constructor Description AUSamplerInstrumentData(NSURL fileURL, AUInstrumentType instrumentType, byte bankMSB, byte bankLSB, byte presetID)