AVAssetReaderOutputMetadataAdaptor.Create(AVAssetReaderTrackOutput) Method

Definition

Factory method to create a new AVAssetReaderOutputMetadataAdaptor.

[Foundation.Export("assetReaderOutputMetadataAdaptorWithAssetReaderTrackOutput:")]
public static AVFoundation.AVAssetReaderOutputMetadataAdaptor Create (AVFoundation.AVAssetReaderTrackOutput trackOutput);
static member Create : AVFoundation.AVAssetReaderTrackOutput -> AVFoundation.AVAssetReaderOutputMetadataAdaptor

Parameters

trackOutput
AVAssetReaderTrackOutput

The AVAssetReaderTrackOutput from which metadata should be read.

Returns

Attributes

Applies to