Returns the number of bytes per row for a plane at the specified index in the pixel buffer.
Original signature is 'size_t CVPixelBufferGetBytesPerRowOfPlane ( CVPixelBufferRef pixelBuffer, size_t planeIndex );'
Available in Mac OS X v10.4 and later.

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

- pixelBuffer (IntPtr)
- MISSING
- planeIndex (NSUInteger)
- MISSING

The number of row bytes of the plane, or NULL for nonplanar pixel buffers.

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