CVBuffer
An abstract base class that defines how to interact with data buffers.
Overview
A CVBuffer serves as an abstract base class that defines how to interact with buffers of data. A buffer object can hold video, audio, or possibly other types of data. All the other buffer types within the Core Video framework, such as CVImageBuffer and CVPixelBuffer, derive from CVBuffer. You can use the CVBuffer programming interface on any Core Video buffer.
Topics
Working with attachments
CVBufferHasAttachment(_:_:)CVBufferCopyAttachment(_:_:_:)CVBufferCopyAttachments(_:_:)CVBufferSetAttachment(_:_:_:_:)CVBufferSetAttachments(_:_:_:)CVBufferPropagateAttachments(_:_:)CVBufferRemoveAttachment(_:_:)CVBufferRemoveAllAttachments(_:)CVBufferGetAttachment(_:_:_:)CVBufferGetAttachments(_:_:)
Data types
Constants
See Also
Related Documentation
- Core Video Programming Guide