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 throwsParameters
- taggedPixelBufferGroup:
The tagged pixel buffers to be appended.
- presentationTime:
The presentation time for the tagged pixel buffers to be appended.