public interface AVAudioPlayerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
audioPlayerBeginInterruption(AVAudioPlayer player)
Deprecated.
|
default void |
audioPlayerDecodeErrorDidOccurError(AVAudioPlayer player,
NSError error)
if an error occurs while decoding it will be reported to the delegate.
|
default void |
audioPlayerDidFinishPlayingSuccessfully(AVAudioPlayer player,
boolean flag)
audioPlayerDidFinishPlaying:successfully: is called when a sound has finished playing.
|
default void |
audioPlayerEndInterruption(AVAudioPlayer player)
Deprecated.
|
default void |
audioPlayerEndInterruptionWithFlags(AVAudioPlayer player,
long flags)
Deprecated.
|
default void |
audioPlayerEndInterruptionWithOptions(AVAudioPlayer player,
long flags)
Deprecated.
|
@Deprecated default void audioPlayerBeginInterruption(AVAudioPlayer player)
default void audioPlayerDecodeErrorDidOccurError(AVAudioPlayer player, NSError error)
default void audioPlayerDidFinishPlayingSuccessfully(AVAudioPlayer player, boolean flag)
@Deprecated default void audioPlayerEndInterruption(AVAudioPlayer player)
@Deprecated default void audioPlayerEndInterruptionWithFlags(AVAudioPlayer player, long flags)
@Deprecated default void audioPlayerEndInterruptionWithOptions(AVAudioPlayer player, long flags)