AVError
public struct AVError : Error, Equatable
Undocumented
-
Resource temporarily unavailable
Declaration
Swift
public static let tryAgain: AVError
-
Invalid argument
Declaration
Swift
public static let invalidArgument: AVError
-
Cannot allocate memory
Declaration
Swift
public static let outOfMemory: AVError
-
The value is out of range
Declaration
Swift
public static let outOfRange: AVError
-
The value is not valid
Declaration
Swift
public static let invalidValue: AVError
-
Function not implemented
Declaration
Swift
public static let noSystem: AVError
-
Bitstream filter not found
Declaration
Swift
public static let bsfNotFound: AVError
-
Internal bug, also see
bug2
Declaration
Swift
public static let bug: AVError
-
Buffer too small
Declaration
Swift
public static let bufferTooSmall: AVError
-
Decoder not found
Declaration
Swift
public static let decoderNotFound: AVError
-
Demuxer not found
Declaration
Swift
public static let demuxerNotFound: AVError
-
Encoder not found
Declaration
Swift
public static let encoderNotFound: AVError
-
End of file
Declaration
Swift
public static let eof: AVError
-
Immediate exit was requested; the called function should not be restarted
Declaration
Swift
public static let exit: AVError
-
Generic error in an external library
Declaration
Swift
public static let external: AVError
-
Filter not found
Declaration
Swift
public static let filterNotFound: AVError
-
Invalid data found when processing input
Declaration
Swift
public static let invalidData: AVError
-
Muxer not found
Declaration
Swift
public static let muxerNotFound: AVError
-
Option not found
Declaration
Swift
public static let optionNotFound: AVError
-
Not yet implemented in FFmpeg, patches welcome
Declaration
Swift
public static let patchWelcome: AVError
-
Protocol not found
Declaration
Swift
public static let protocolNotFound: AVError
-
Stream not found
Declaration
Swift
public static let streamNotFound: AVError
-
Unknown error, typically from an external library
Declaration
Swift
public static let unknown: AVError
-
Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it.
Declaration
Swift
public static let experimental: AVError
-
Input changed between calls. Reconfiguration is required. (can be OR-ed with
outputChanged
)Declaration
Swift
public static let inputChanged: AVError
-
Output changed between calls. Reconfiguration is required. (can be OR-ed with
inputChanged
)Declaration
Swift
public static let outputChanged: AVError
-
Undocumented
Declaration
Swift
public static let httpBadRequest: AVError
-
Undocumented
Declaration
Swift
public static let httpUnauthorized: AVError
-
Undocumented
Declaration
Swift
public static let httpForbidden: AVError
-
Undocumented
Declaration
Swift
public static let httpNotFound: AVError
-
Undocumented
Declaration
Swift
public static let httpOther4xx: AVError
-
Undocumented
Declaration
Swift
public static let httpServerError: AVError
-
Undocumented
Declaration
Swift
public let code: Int32
-
Undocumented
Declaration
Swift
public init(code: Int32)
-
Declaration
Swift
public var description: String { get }