AVAudioRecorderDelegate.EndInterruption 方法

定义

重载

EndInterruption(AVAudioRecorder)
EndInterruption(AVAudioRecorder, AVAudioSessionInterruptionFlags)

EndInterruption(AVAudioRecorder)

[Foundation.Export("audioRecorderEndInterruption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioRecorder recorder);
abstract member EndInterruption : AVFoundation.AVAudioRecorder -> unit
override this.EndInterruption : AVFoundation.AVAudioRecorder -> unit

参数

recorder
AVAudioRecorder
属性

适用于

EndInterruption(AVAudioRecorder, AVAudioSessionInterruptionFlags)

[Foundation.Export("audioRecorderEndInterruption:withFlags:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption (AVFoundation.AVAudioRecorder recorder, AVFoundation.AVAudioSessionInterruptionFlags flags);
abstract member EndInterruption : AVFoundation.AVAudioRecorder * AVFoundation.AVAudioSessionInterruptionFlags -> unit
override this.EndInterruption : AVFoundation.AVAudioRecorder * AVFoundation.AVAudioSessionInterruptionFlags -> unit

参数

recorder
AVAudioRecorder
属性

适用于