Class AVAudioUnitDelay

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AVAudioUnitDelay
extends AVAudioUnitEffect
  • Constructor Details

    • AVAudioUnitDelay

      public AVAudioUnitDelay()
    • AVAudioUnitDelay

      protected AVAudioUnitDelay​(NSObject.Handle h, long handle)
    • AVAudioUnitDelay

      protected AVAudioUnitDelay​(NSObject.SkipInit skipInit)
    • AVAudioUnitDelay

      public AVAudioUnitDelay​(AudioComponentDescription audioComponentDescription)
  • Method Details

    • getDelayTime

      public double getDelayTime()
    • setDelayTime

      public void setDelayTime​(double v)
    • getFeedback

      public float getFeedback()
    • setFeedback

      public void setFeedback​(float v)
    • getLowPassCutoff

      public float getLowPassCutoff()
    • setLowPassCutoff

      public void setLowPassCutoff​(float v)
    • getWetDryMix

      public float getWetDryMix()
    • setWetDryMix

      public void setWetDryMix​(float v)
    • instantiate

      public static void instantiate​(AudioComponentDescription audioComponentDescription, AudioComponentInstantiationOptions options, VoidBlock2<AVAudioUnit,​NSError> completionHandler)
      Since:
      Available in iOS 9.0 and later.