-
Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAudioUnit
| Modifier and Type |
Method |
Description |
static void |
AVAudioUnit.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitDelay.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitDistortion.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitEffect.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitEQ.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitGenerator.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitMIDIInstrument.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitReverb.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitSampler.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitTimeEffect.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitTimePitch.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|
static void |
AVAudioUnitVarispeed.instantiate(AudioComponentDescription audioComponentDescription,
AudioComponentInstantiationOptions options,
VoidBlock2<AVAudioUnit,NSError> completionHandler) |
|