Contents

appendImmediately(_:with:)

Appends the pixel buffer synchronously if the input is ready for more media data.

Declaration

func appendImmediately(_ pixelBuffer: CVReadOnlyPixelBuffer, with presentationTime: CMTime) throws -> Bool

Parameters

  • pixelBuffer:

    The pixel buffer to be appended.

  • presentationTime:

    The presentation time for the pixel buffer to be appended.

Return Value

Returns true if the append was successful, false if the input was not ready for more media data.

Discussion

See Also

Appending pixel buffers