Error
public enum Error : Swift.Error
The error domain codes.
-
An invalid internal stare.
Declaration
Swift
case invalidState
-
The specified file already exists.
Declaration
Swift
case fileAlreadyExists(outputURL: URL)
-
The specifiled file type is not supported.
Declaration
Swift
case notSupportedFileType(pathExtension: String)
-
Failed to create the AVAssetWriter.
Declaration
Swift
case failedToCreateAssetWriter(error: any Swift.Error)
-
Failed to create the AVAssetWriterInput.
Declaration
Swift
case failedToCreateAssetWriterInput(error: any Swift.Error)
-
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)?)