Interface AVAudioSessionDelegate


  • public interface AVAudioSessionDelegate
    The AVAudioSessionDelegate protocol is deprecated. Instead you should register for notifications.
    • Method Detail

      • beginInterruption

        default void beginInterruption()
        something has caused your audio session to be interrupted
      • endInterruption

        default void endInterruption()
        endInterruptionWithFlags: will be called instead if implemented.
      • endInterruptionWithFlags

        default void endInterruptionWithFlags​(long flags)
        Currently the only flag is AVAudioSessionInterruptionFlags_ShouldResume.
      • inputIsAvailableChanged

        default void inputIsAvailableChanged​(boolean isInputAvailable)
        notification for input become available or unavailable