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