AVAssetWriterInputPixelBufferAdaptor.FromInput Method

Definition

Factory method to create an AVAssetWriterInputPixelBufferAdaptor with the specified input and sourcePixelBufferAttributes.

[Foundation.Advice("Use 'Create' method.")]
[Foundation.Export("assetWriterInputPixelBufferAdaptorWithAssetWriterInput:sourcePixelBufferAttributes:")]
public static AVFoundation.AVAssetWriterInputPixelBufferAdaptor FromInput (AVFoundation.AVAssetWriterInput input, Foundation.NSDictionary sourcePixelBufferAttributes);
static member FromInput : AVFoundation.AVAssetWriterInput * Foundation.NSDictionary -> AVFoundation.AVAssetWriterInputPixelBufferAdaptor

Parameters

sourcePixelBufferAttributes
NSDictionary

The dictionary should contain configuration information using keys from the CVPixelBuffer class.

This parameter can be null.

Returns

Attributes

Applies to