Contents

audioRecorderEndInterruption(_:withFlags:)

Tells the delegate that the audio session interruption ended with flags.

Declaration

optional func audioRecorderEndInterruption(_ recorder: AVAudioRecorder, withFlags flags: Int)

Parameters

  • recorder:

    The interrupted audio recorder.

  • flags:

    The flags that indicate the state of the audio session.

See Also

Responding to Audio Interruptions