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 throwsParameters
- sampleBuffer:
The sample buffer to be appended.