MonobjcMonobjc Documented Class Library
UnlockBaseAddress Method (pixelBuffer, unlockFlags)
NamespacesMonobjc.QuartzCoreCVPixelBufferUnlockBaseAddress(IntPtr, UInt64)

Unlocks the base address of the pixel buffer.

Original signature is 'CVReturn CVPixelBufferUnlockBaseAddress ( CVPixelBufferRef pixelBuffer, CVOptionFlags unlockFlags );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static int UnlockBaseAddress(
	IntPtr pixelBuffer,
	ulong unlockFlags
)
Public Shared Function UnlockBaseAddress ( _
	pixelBuffer As IntPtr, _
	unlockFlags As ULong _
) As Integer
public:
static int UnlockBaseAddress(
	IntPtr pixelBuffer, 
	unsigned long long unlockFlags
)
Parameters
pixelBuffer (IntPtr)
MISSING
unlockFlags (UInt64)
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)