Uses of Class
org.robovm.apple.audiotoolbox.AUAudioUnitBusType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUAudioUnitBusType in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUAudioUnitBusType Modifier and Type Method Description AUAudioUnitBusTypeAUAudioUnitBus. getBusType()AUAudioUnitBusTypeAUAudioUnitBusArray. getBusType()static AUAudioUnitBusTypeAUAudioUnitBusType. valueOf(long n)Returns the enum constant of this type with the specified name.static AUAudioUnitBusTypeAUAudioUnitBusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AUAudioUnitBusType[]AUAudioUnitBusType. 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 AUAudioUnitBusType Modifier and Type Method Description protected longAUAudioUnitBusArray. init(AUAudioUnit owner, AUAudioUnitBusType busType)protected longAUAudioUnitBusArray. init(AUAudioUnit owner, AUAudioUnitBusType busType, NSArray<AUAudioUnitBus> busArray)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUAudioUnitBusType Constructor Description AUAudioUnitBusArray(AUAudioUnit owner, AUAudioUnitBusType busType)AUAudioUnitBusArray(AUAudioUnit owner, AUAudioUnitBusType busType, NSArray<AUAudioUnitBus> busArray)