AVAssetWriterInputPixelBufferAdaptor.FromInput Método

Definición

Método factory para crear un AVAssetWriterInputPixelBufferAdaptor objeto con los especificados input y 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

Parámetros

sourcePixelBufferAttributes
NSDictionary

El diccionario debe contener información de configuración mediante claves de la CVPixelBuffer clase .

Este parámetro puede ser null.

Devoluciones

Atributos

Se aplica a