Contents

append(_:)

Suspends until the input is ready for more media data, then appends the sample buffer.

Declaration

nonisolated(nonsending) func append(_ sampleBuffer: CMReadySampleBuffer<CMSampleBuffer.DynamicContent>) async throws

Parameters

  • sampleBuffer:

    The sample buffer to be appended.

Discussion

See Also

Appending samples