Function CVPixelBufferPoolGetAttributes

Source
pub unsafe extern "C-unwind" fn CVPixelBufferPoolGetAttributes(
    pool: &CVPixelBufferPool,
) -> Option<CFRetained<CFDictionary>>
Available on crate feature CVPixelBufferPool only.
Expand description

Returns the pool attributes dictionary for a CVPixelBufferPool

Parameter pool: The CVPixelBufferPoolRef to retrieve the attributes from

Returns: Returns the pool attributes dictionary, or NULL on failure.