AVAssetWriterInputPixelBufferAdaptor.FromInput Méthode

Définition

Méthode de fabrique pour créer un AVAssetWriterInputPixelBufferAdaptor avec le spécifié input et 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

Paramètres

sourcePixelBufferAttributes
NSDictionary

Le dictionnaire doit contenir des informations de configuration à l’aide de clés de la CVPixelBuffer classe .

Ce paramètre peut être null.

Retours

Attributs

S’applique à