MonobjcMonobjc Documented Class Library
GetBytesPerRow Method (pixelBuffer)
NamespacesMonobjc.QuartzCoreCVPixelBufferGetBytesPerRow(IntPtr)

Returns the number of bytes per row of the pixel buffer.

Original signature is 'size_t CVPixelBufferGetBytesPerRow ( CVPixelBufferRef pixelBuffer );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSUInteger GetBytesPerRow(
	IntPtr pixelBuffer
)
Public Shared Function GetBytesPerRow ( _
	pixelBuffer As IntPtr _
) As NSUInteger
public:
static NSUInteger GetBytesPerRow(
	IntPtr pixelBuffer
)
Parameters
pixelBuffer (IntPtr)
MISSING
Return Value
The number of bytes per row of the image data. For planar buffers, this function returns a rowBytes value such that bytesPerRow * height covers the entire image, including all planes.
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)