MonobjcMonobjc Documented Class Library
GetPixelBufferAttributes Method (pool)
NamespacesMonobjc.QuartzCoreCVPixelBufferPoolGetPixelBufferAttributes(IntPtr)

Returns the attributes of pixel buffers that will be created from this pool.

Original signature is 'CFDictionaryRef CVPixelBufferPoolGetPixelBufferAttributes ( CVPixelBufferPoolRef pool );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary GetPixelBufferAttributes(
	IntPtr pool
)
Public Shared Function GetPixelBufferAttributes ( _
	pool As IntPtr _
) As NSDictionary
public:
static NSDictionary^ GetPixelBufferAttributes(
	IntPtr pool
)
Parameters
pool (IntPtr)
MISSING
Return Value
A Core Foundation dictionary containing the pixel buffer attributes, or NULL on failure.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)