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.
Tells the delegate when the system interrupts the audio player’s playback.
optional func audioPlayerBeginInterruption(_ player: AVAudioPlayer)The interrupted audio player.