Class CVImageBuffer

    • Constructor Detail

      • CVImageBuffer

        public CVImageBuffer()
    • Method Detail

      • removeAttribute

        public void removeAttribute​(CVImageBufferAttribute attribute)
        Since:
        Available in iOS 4.0 and later.
      • removeAllAttributes

        public void removeAllAttributes()
        Since:
        Available in iOS 4.0 and later.
      • propagateAttributes

        public void propagateAttributes​(CVImageBuffer destinationBuffer)
        Since:
        Available in iOS 4.0 and later.
      • toIntCodePointCVYCbCrMatrix

        public static int toIntCodePointCVYCbCrMatrix​(CFString yCbCrMatrixString)
        Since:
        Available in iOS 11.0 and later.
      • toIntCodePointCVColorPrimaries

        public static int toIntCodePointCVColorPrimaries​(CFString colorPrimariesString)
        Since:
        Available in iOS 11.0 and later.
      • toIntCodePointCVTransferFunction

        public static int toIntCodePointCVTransferFunction​(CFString transferFunctionString)
        Since:
        Available in iOS 11.0 and later.
      • intCodePointToStringCVYCbCrMatrix

        public static CFString intCodePointToStringCVYCbCrMatrix​(int yCbCrMatrixCodePoint)
        Since:
        Available in iOS 11.0 and later.
      • intCodePointToStringCVColorPrimaries

        public static CFString intCodePointToStringCVColorPrimaries​(int colorPrimariesCodePoint)
        Since:
        Available in iOS 11.0 and later.
      • intCodePointToStringCVTransferFunction

        public static CFString intCodePointToStringCVTransferFunction​(int transferFunctionCodePoint)
        Since:
        Available in iOS 11.0 and later.
      • getEncodedSize

        public CGSize getEncodedSize()
        Since:
        Available in iOS 4.0 and later.
      • getDisplaySize

        public CGSize getDisplaySize()
        Since:
        Available in iOS 4.0 and later.
      • getCleanRect

        public CGRect getCleanRect()
        Since:
        Available in iOS 4.0 and later.
      • isFlipped

        public boolean isFlipped()
        Since:
        Available in iOS 4.0 and later.
      • createColorSpaceFromAttachments

        public static CGColorSpace createColorSpaceFromAttachments​(CFDictionary attachments)
        Since:
        Available in iOS 10.0 and later.