Contents

audioPlayerEndInterruption(_:withFlags:)

Tells the delegate when the audio session interruption ends with flags.

Declaration

optional func audioPlayerEndInterruption(_ player: AVAudioPlayer, withFlags flags: Int)

Parameters

  • player:

    The audio player with the interruption that ends.

  • flags:

    The flags that indicate the state of the audio session.

See Also

Responding to Audio Interruptions