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