Partager via


AVAudioRecorderDelegate.EndInterruption Méthode

Définition

Surcharges

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

Paramètres

recorder
AVAudioRecorder
Attributs

S’applique à

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

Paramètres

recorder
AVAudioRecorder
Attributs

S’applique à