Uses of Class
org.robovm.apple.avfoundation.AVAudioUnitType
-
Packages that use AVAudioUnitType Package Description org.robovm.apple.avfoundation -
-
Uses of AVAudioUnitType in org.robovm.apple.avfoundation
Fields in org.robovm.apple.avfoundation declared as AVAudioUnitType Modifier and Type Field Description static AVAudioUnitType
AVAudioUnitType. Effect
static AVAudioUnitType
AVAudioUnitType. FormatConverter
static AVAudioUnitType
AVAudioUnitType. Generator
static AVAudioUnitType
AVAudioUnitType. MIDIProcessor
static AVAudioUnitType
AVAudioUnitType. Mixer
static AVAudioUnitType
AVAudioUnitType. MusicDevice
static AVAudioUnitType
AVAudioUnitType. MusicEffect
static AVAudioUnitType
AVAudioUnitType. OfflineEffect
static AVAudioUnitType
AVAudioUnitType. Output
static AVAudioUnitType
AVAudioUnitType. Panner
Methods in org.robovm.apple.avfoundation that return AVAudioUnitType Modifier and Type Method Description static AVAudioUnitType
AVAudioUnitType.Marshaler. toObject(java.lang.Class<AVAudioUnitType> cls, long handle, long flags)
static AVAudioUnitType
AVAudioUnitType. valueOf(NSString value)
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAudioUnitType Modifier and Type Method Description static java.util.List<AVAudioUnitType>
AVAudioUnitType.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.avfoundation with parameters of type AVAudioUnitType Modifier and Type Method Description static long
AVAudioUnitType.Marshaler. toNative(AVAudioUnitType o, long flags)
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAudioUnitType Modifier and Type Method Description static long
AVAudioUnitType.AsListMarshaler. toNative(java.util.List<AVAudioUnitType> l, long flags)
static AVAudioUnitType
AVAudioUnitType.Marshaler. toObject(java.lang.Class<AVAudioUnitType> cls, long handle, long flags)
-