AVAssetWriterInputPixelBufferAdaptor.FromInput Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- input
- AVAssetWriterInput
- 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