Contents

CVPixelBufferPoolRetain

Retains the pixel buffer pool that you specify.

Declaration

extern CVPixelBufferPoolRef CVPixelBufferPoolRetain(CVPixelBufferPoolRef pixelBufferPool);

Return Value

The same pixel buffer pool that you specified.

Discussion

This function is equivalent to CFRetain, except it’s NULL safe.

See Also

Retaining and releasing pools