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