CVPixelBufferPoolGetAttributes(_:)
The pool attributes dictionary for a pixel buffer pool.
Declaration
func CVPixelBufferPoolGetAttributes(_ pool: CVPixelBufferPool) -> CFDictionary?Parameters
- pool:
The pixel buffer pool that contains the attributes to retrieve.
Return Value
A Core Foundation dictionary containing the pool attributes, or nil if the function fails.