Contents

audioRecorderEndInterruption(_:withOptions:)

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

Declaration

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

Parameters

  • recorder:

    The interrupted audio recorder.

  • flags:

    The options that indicate the state of the audio session.

See Also

Responding to Audio Interruptions