Package org.robovm.apple.avfoundation
Interface AVAudioRecorderDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
AVAudioRecorderDelegateAdapter
public interface AVAudioRecorderDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidbeginInterruption(AVAudioRecorder recorder)Deprecated.Deprecated in iOS 8.0.voiddidFinishRecording(AVAudioRecorder recorder, boolean flag)voidencodeErrorDidOccur(AVAudioRecorder recorder, NSError error)voidendInterruption(AVAudioRecorder recorder, long flags)Deprecated.Deprecated in iOS 8.0.
-
Method Details
-
didFinishRecording
-
encodeErrorDidOccur
-
beginInterruption
Deprecated.Deprecated in iOS 8.0. -
endInterruption
Deprecated.Deprecated in iOS 8.0.
-