Class AVAudioIONode

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
AVAudioInputNode, AVAudioOutputNode

public class AVAudioIONode
extends AVAudioNode
  • Constructor Details

    • AVAudioIONode

      public AVAudioIONode()
    • AVAudioIONode

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

      protected AVAudioIONode​(NSObject.SkipInit skipInit)
  • Method Details

    • getPresentationLatency

      public double getPresentationLatency()
    • getAudioUnit

      public AudioUnit getAudioUnit()
    • isVoiceProcessingEnabled

      public boolean isVoiceProcessingEnabled()
      Since:
      Available in iOS 13.0 and later.
    • setVoiceProcessingEnabled

      public boolean setVoiceProcessingEnabled​(boolean enabled) throws NSErrorException
      Throws:
      NSErrorException
      Since:
      Available in iOS 13.0 and later.