Contents

audioPlayerBeginInterruption(_:)

Tells the delegate when the system interrupts the audio player’s playback.

Declaration

optional func audioPlayerBeginInterruption(_ player: AVAudioPlayer)

Parameters

  • player:

    The interrupted audio player.

See Also

Responding to Audio Interruptions