Contents

vImageConverter_GetNumberOfDestinationBuffers(_:)

Returns the number of destination buffers written to by the converter.

Declaration

func vImageConverter_GetNumberOfDestinationBuffers(_ converter: vImageConverter) -> UInt

Parameters

  • converter:

    A valid converter to query the number of source buffers.

Return Value

The number of destination buffers.

Discussion

This function is for video formats that are planar data formats with data in more than one plane.

See Also

Querying a converter’s properties