VideoRotatorError

public enum VideoRotatorError : Error

VideoRotator domain errors

  • Provided buffer does not contain image buffer

    Declaration

    Swift

    case noImageBuffer
  • Provided buffer does not contain orientation attachment

    Declaration

    Swift

    case noOrientationInfo
  • Provided orientation is not supported

    Declaration

    Swift

    case unsupportedOrientation
  • Pixel buffer cannot be allocated

    Declaration

    Swift

    case cannotAllocatePixelBuffer(CVReturn)
  • Rotation session fails to rotate the image buffer

    Declaration

    Swift

    case rotationFailure(OSStatus)