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