MonobjcMonobjc Documented Class Library
Create Method (allocator, poolAttributes, pixelBufferAttributes, poolOut)
NamespacesMonobjc.QuartzCoreCVPixelBufferPoolCreate(IntPtr, NSDictionary, NSDictionary, IntPtr)

Creates a pixel buffer pool.

Original signature is 'CVReturn CVPixelBufferPoolCreate ( CFAllocatorRef allocator, CFDictionaryRef poolAttributes, CFDictionaryRef pixelBufferAttributes, CVPixelBufferPoolRef *poolOut );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static int Create(
	IntPtr allocator,
	NSDictionary poolAttributes,
	NSDictionary pixelBufferAttributes,
	IntPtr poolOut
)
Public Shared Function Create ( _
	allocator As IntPtr, _
	poolAttributes As NSDictionary, _
	pixelBufferAttributes As NSDictionary, _
	poolOut As IntPtr _
) As Integer
public:
static int Create(
	IntPtr allocator, 
	NSDictionary^ poolAttributes, 
	NSDictionary^ pixelBufferAttributes, 
	IntPtr poolOut
)
Parameters
allocator (IntPtr)
MISSING
poolAttributes (NSDictionary)
MISSING
pixelBufferAttributes (NSDictionary)
MISSING
poolOut (IntPtr)
MISSING
Return Value
A Core Video result code. See Core Video Constants Reference for possible values.
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)