Package org.robovm.apple.avfoundation
Interface AVAudioPlayerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVAudioPlayerDelegateAdapter
public interface AVAudioPlayerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidbeginInterruption(AVAudioPlayer player)Deprecated.Deprecated in iOS 8.0.voiddecodeErrorDidOccur(AVAudioPlayer player, NSError error)voiddidFinishPlaying(AVAudioPlayer player, boolean flag)voidendInterruption(AVAudioPlayer player, long flags)Deprecated.Deprecated in iOS 8.0.
-
Method Details
-
didFinishPlaying
-
decodeErrorDidOccur
-
beginInterruption
Deprecated.Deprecated in iOS 8.0. -
endInterruption
Deprecated.Deprecated in iOS 8.0.
-