Contents

CVPixelBufferGetHeight(_:)

Returns the height of the pixel buffer.

Declaration

func CVPixelBufferGetHeight(_ pixelBuffer: CVPixelBuffer) -> Int

Parameters

  • pixelBuffer:

    The pixel buffer whose height you want to obtain.

Return Value

The buffer height, in pixels.

See Also

Inspecting Pixel Buffers