Contents

outputProvider(for:)

Attaches the output to the reader and returns an output provider for reading sample buffers.

Declaration

func outputProvider(for output: AVAssetReaderOutput) -> sending AVAssetReaderOutput.Provider<CMReadySampleBuffer<CMSampleBuffer.DynamicContent>>

Parameters

  • output:

    The output to be attached to the reader.

Return Value

A reader output provider with an interface for reading sample buffers.

See Also

Accessing output providers