Takes an array of CFDictionary objects describing various pixel buffer attributes and tries to resolve them into a single dictionary.
Original signature is 'CVReturn CVPixelBufferCreateResolvedAttributesDictionary ( CFAllocatorRef allocator, CFArrayRef attributes, CFDictionaryRef *resolvedDictionaryOut );'
Available in Mac OS X v10.4 and later.

Declaration Syntax
public static int CreateResolvedAttributesDictionary(
IntPtr allocator,
NSArray attributes,
IntPtr resolvedDictionaryOut
)
Public Shared Function CreateResolvedAttributesDictionary ( _
allocator As IntPtr, _
attributes As NSArray, _
resolvedDictionaryOut As IntPtr _
) As Integer
public:
static int CreateResolvedAttributesDictionary(
IntPtr allocator,
NSArray^ attributes,
IntPtr resolvedDictionaryOut
)

Parameters
- allocator (IntPtr)
- MISSING
- attributes (NSArray)
- MISSING
- resolvedDictionaryOut (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)