append(_:)
Suspends until the input is ready for more media data, then appends the caption.
Declaration
nonisolated(nonsending) func append(_ caption: AVCaption) async throwsParameters
- caption:
The caption to be appended.
Suspends until the input is ready for more media data, then appends the caption.
nonisolated(nonsending) func append(_ caption: AVCaption) async throwsThe caption to be appended.