CVPixelBufferPoolRelease
Releases a pixel buffer pool.
Declaration
extern void CVPixelBufferPoolRelease(CVPixelBufferPoolRef pixelBufferPool);Parameters
- pixelBufferPool:
The pixel buffer pool that you want to release.
Discussion
This function is equivalent to CFRelease, except it’s NULL safe.