AVAssetReaderOutputMetadataAdaptor.Create(AVAssetReaderTrackOutput) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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