Error
public enum Error : Swift.Error
The IOStreamRecorder error domain codes.
-
Failed to create the AVAssetWriter.
Declaration
Swift
case failedToCreateAssetWriter(error: any Swift.Error)
-
Failed to create the AVAssetWriterInput.
Declaration
Swift
case failedToCreateAssetWriterInput(error: NSException)
-
Failed to append the PixelBuffer or SampleBuffer.
Declaration
Swift
case failedToAppend(error: (any Swift.Error)?)
-
Failed to finish writing the AVAssetWriter.
Declaration
Swift
case failedToFinishWriting(error: (any Swift.Error)?)