Contents

CVPixelBuffer

An image buffer that holds pixels in main memory.

Overview

A Core Video pixel buffer is an image buffer that holds pixels in main memory. Applications generating frames, compressing or decompressing video, or using Core Image can all make use of Core Video pixel buffers.

Topics

Creating pixel buffers

Inspecting Pixel Buffers

Modifying Pixel Buffers

Data Types

Callbacks

Constants

See Also

Related Documentation

  • Core Video Programming Guide

Data Processing