Contents

inputMetadataReceiver(for:)

Attaches the input to the writer and returns an input receiver for writing timed metadata group.

Declaration

func inputMetadataReceiver(for input: AVAssetWriterInput) -> sending AVAssetWriterInput.MetadataReceiver

Parameters

  • input:

    The input to be attached to the writer.

Return Value

A writer input receiver with an interface for writing timed metadata group.

See Also

Configuring input receivers