Share via


AVAssetWriterInputPixelBufferAdaptor.FromInput Metodo

Definizione

Metodo Factory per creare un oggetto AVAssetWriterInputPixelBufferAdaptor con l'oggetto specificato 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

Parametri

sourcePixelBufferAttributes
NSDictionary

Il dizionario deve contenere informazioni di configurazione usando le chiavi della CVPixelBuffer classe.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a