Core Video Reference Collection
Core Video provides a pipeline model for digital video in OS X. Partitioning the processing into discrete steps makes it simpler for developers to access and manipulate individual frames without having to worry about translating between data types (QuickTime, OpenGL, and so on) or display synchronization issues. Applications that do not need to manipulate individual video frames should never need to use Core Video directly.
| Framework | System/Library/Frameworks/QuartzCore.framework |
| Header file directories | System/Library/Frameworks/QuartzCore.framework/Headers |
- CVBuffer
- CVDisplayLink
- CVImageBuffer
- CVOpenGLBuffer
- CVOpenGLBufferPool
- CVOpenGLTexture
- CVPixelBuffer
- CVPixelBufferPool
Opaque Type References
- Core Video Constants
- CVPixelFormatDescription
- CVTime
Other References
© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-08-03)