Share via


AVAssetWriterInputPixelBufferAdaptor.FromInput Method

Definition

[Foundation.Advice("Use 'Create' method.")]
[Foundation.Export("assetWriterInputPixelBufferAdaptorWithAssetWriterInput:sourcePixelBufferAttributes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVAssetWriterInputPixelBufferAdaptor FromInput(AVFoundation.AVAssetWriterInput input, Foundation.NSDictionary? sourcePixelBufferAttributes);
[<Foundation.Advice("Use 'Create' method.")>]
[<Foundation.Export("assetWriterInputPixelBufferAdaptorWithAssetWriterInput:sourcePixelBufferAttributes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromInput : AVFoundation.AVAssetWriterInput * Foundation.NSDictionary -> AVFoundation.AVAssetWriterInputPixelBufferAdaptor

Parameters

sourcePixelBufferAttributes
NSDictionary

Returns

Attributes

Applies to