inputMetadataReceiverRequestingMultiPass(for:)
Attaches the input to the writer and returns a tuple with an input receiver for writing timed metadata group, and an associated multi pass controller.
Declaration
func inputMetadataReceiverRequestingMultiPass(for input: AVAssetWriterInput) -> sending (AVAssetWriterInput.MetadataReceiver, AVAssetWriterInput.MultiPassController)Parameters
- input:
The input to be attached to the writer.
Return Value
A tuple with an input receiver for writing timed metadata group, and an associated multi pass controller.
See Also
Configuring input receivers
inputReceiver(for:)inputCaptionReceiver(for:)inputCaptionReceiverRequestingMultiPass(for:)inputMetadataReceiver(for:)inputPixelBufferReceiver(for:pixelBufferAttributes:)inputPixelBufferReceiverRequestingMultiPass(for:pixelBufferAttributes:)inputReceiverRequestingMultiPass(for:)inputTaggedPixelBufferGroupReceiver(for:pixelBufferAttributes:)inputTaggedPixelBufferGroupReceiverRequestingMultiPass(for:pixelBufferAttributes:)