Contents

inputCaptionReceiverRequestingMultiPass(for:)

Attaches the input to the writer and returns a tuple with an input receiver for writing caption data, and an associated multi pass controller.

Declaration

func inputCaptionReceiverRequestingMultiPass(for input: AVAssetWriterInput) -> sending (AVAssetWriterInput.CaptionReceiver, AVAssetWriterInput.MultiPassController)

Parameters

  • input:

    The input to be attached to the writer.

Return Value

A tuple with an input receiver for writing caption data, and an associated multi pass controller.

See Also

Configuring input receivers