Contents

append(_:withPresentationTime:)

Appends a pixel buffer to the adaptor.

Declaration

func append(_ pixelBuffer: CVPixelBuffer, withPresentationTime presentationTime: CMTime) -> Bool

Parameters

  • pixelBuffer:

    The pixel buffer to append.

  • presentationTime:

    The pixel buffer’s presentation time. The time you specify is relative to the time you called Startsession(atsourcetime:) with.

Return Value

true if the adaptor appends the pixel buffer; otherwise, false.