AVAudioRecorderDelegate.FinishedRecording(AVAudioRecorder, Boolean) 方法

定义

[Foundation.Export("audioRecorderDidFinishRecording:successfully:")]
public virtual void FinishedRecording (AVFoundation.AVAudioRecorder recorder, bool flag);
abstract member FinishedRecording : AVFoundation.AVAudioRecorder * bool -> unit
override this.FinishedRecording : AVFoundation.AVAudioRecorder * bool -> unit

参数

recorder
AVAudioRecorder
flag
Boolean
属性

适用于