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.

C# | Visual Basic | Visual 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 )

- allocator (IntPtr)
- MISSING
- poolAttributes (NSDictionary)
- MISSING
- pixelBufferAttributes (NSDictionary)
- MISSING
- poolOut (IntPtr)
- MISSING

A Core Video result code. See Core Video Constants Reference for possible values.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)