Determines whether the pixel buffer is planar.
Original signature is 'Boolean CVPixelBufferIsPlanar ( CVPixelBufferRef pixelBuffer );'
Available in Mac OS X v10.4 and later.


- pixelBuffer (IntPtr)
- MISSING

Returns true if the pixel buffer was created using CVPixelBufferCreateWithPlanarBytes; otherwise, false.

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