Interface AVAudioPlayerDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
AVAudioPlayerDelegateAdapter

public interface AVAudioPlayerDelegate
extends NSObjectProtocol
  • Method Details

    • didFinishPlaying

      void didFinishPlaying​(AVAudioPlayer player, boolean flag)
    • decodeErrorDidOccur

      void decodeErrorDidOccur​(AVAudioPlayer player, NSError error)
    • beginInterruption

      @Deprecated void beginInterruption​(AVAudioPlayer player)
      Deprecated.
      Deprecated in iOS 8.0.
    • endInterruption

      @Deprecated void endInterruption​(AVAudioPlayer player, long flags)
      Deprecated.
      Deprecated in iOS 8.0.