Contents

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