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.

C# | Visual Basic | Visual C++ |
public static NSUInteger GetBytesPerRow( IntPtr pixelBuffer )
Public Shared Function GetBytesPerRow ( _ pixelBuffer As IntPtr _ ) As NSUInteger
public: static NSUInteger GetBytesPerRow( IntPtr pixelBuffer )

- pixelBuffer (IntPtr)
- MISSING

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.

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