AVAudioRecorder.FinishedRecording Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An event indicating that recording has ended (not paused).
public event EventHandler<AVFoundation.AVStatusEventArgs> FinishedRecording;
member this.FinishedRecording : EventHandler<AVFoundation.AVStatusEventArgs>
Event Type
Remarks
This event is raised when a recording has been stopped programmatically or has ended due to reaching its time limit. This event is not raised when the recording has been paused.