Contents

append(_:with:)

Suspends until the input is ready for more media data, then appends the tagged pixel buffers.

Declaration

nonisolated(nonsending) func append(_ taggedPixelBufferGroup: [CMTaggedDynamicBuffer], with presentationTime: CMTime) async throws

Parameters

  • taggedPixelBufferGroup:

    The tagged pixel buffers to be appended.

  • presentationTime:

    The presentation time for the tagged pixel buffers to be appended.

Discussion

See Also

Appending tagged buffers