AVRecorderDelegate
public protocol AVRecorderDelegate : AnyObject
The interface an AVRecorder uses to inform its delegate.
-
Tells the receiver to recorder error occured.
Declaration
Swift
func recorder(_ recorder: AVRecorder, errorOccured error: AVRecorder.Error)
-
Tells the receiver to finish writing.
Declaration
Swift
func recorder(_ recorder: AVRecorder, finishWriting writer: AVAssetWriter)