Class AVAudioUnitDelay

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVAudioUnitDelay
    extends AVAudioUnitEffect
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • AVAudioUnitDelay

        public AVAudioUnitDelay()
      • AVAudioUnitDelay

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

      • 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)