Returns the data size for contiguous planes of the pixel buffer.
Original signature is 'size_t CVPixelBufferGetDataSize ( CVPixelBufferRef pixelBuffer );'
Available in Mac OS X v10.4 and later.

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

- pixelBuffer (IntPtr)
- MISSING

The data size as specified in the call to CVPixelBufferCreateWithPlanarBytes.

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