MonobjcMonobjc Documented Class Library
IsPlanar Method (pixelBuffer)
NamespacesMonobjc.QuartzCoreCVPixelBufferIsPlanar(IntPtr)

Determines whether the pixel buffer is planar.

Original signature is 'Boolean CVPixelBufferIsPlanar ( CVPixelBufferRef pixelBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsPlanar(
	IntPtr pixelBuffer
)
Public Shared Function IsPlanar ( _
	pixelBuffer As IntPtr _
) As Boolean
public:
static bool IsPlanar(
	IntPtr pixelBuffer
)
Parameters
pixelBuffer (IntPtr)
MISSING
Return Value
Returns true if the pixel buffer was created using CVPixelBufferCreateWithPlanarBytes; otherwise, false.
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)