Compartilhar via


AVAssetWriterInputPixelBufferAdaptor.FromInput Método

Definição

Método factory para criar um AVAssetWriterInputPixelBufferAdaptor com o especificado input e 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

O dicionário deve conter informações de configuração usando chaves da CVPixelBuffer classe .

Esse parâmetro pode ser null.

Retornos

Atributos

Aplica-se a