AVAssetWriterInputPixelBufferAdaptor.FromInput Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Factorymethode zum Erstellen eines AVAssetWriterInputPixelBufferAdaptor mit den angegebenen input
und 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
Parameter
- input
- AVAssetWriterInput
- sourcePixelBufferAttributes
- NSDictionary
Das Wörterbuch sollte Konfigurationsinformationen mit Schlüsseln aus der CVPixelBuffer -Klasse enthalten.
Dieser Parameter kann null
sein.
Gibt zurück
- Attribute