AVAudioRecorderDelegate.EndInterruption メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- 属性