다음을 통해 공유


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
특성

적용 대상