MonobjcMonobjc Documented Class Library
FillExtendedPixels Method (pixelBuffer)
NamespacesMonobjc.QuartzCoreCVPixelBufferFillExtendedPixels(IntPtr)

Fills the extended pixels of the pixel buffer.

Original signature is 'CVReturn CVPixelBufferFillExtendedPixels ( CVPixelBufferRef pixelBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static int FillExtendedPixels(
	IntPtr pixelBuffer
)
Public Shared Function FillExtendedPixels ( _
	pixelBuffer As IntPtr _
) As Integer
public:
static int FillExtendedPixels(
	IntPtr pixelBuffer
)
Parameters
pixelBuffer (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)