AVAssetWriterInputPixelBufferAdaptor.FromInput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory method to create an AVAssetWriterInputPixelBufferAdaptor with the specified input
and 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
Parameters
- input
- AVAssetWriterInput
- sourcePixelBufferAttributes
- NSDictionary
The dictionary should contain configuration information using keys from the CVPixelBuffer class.
This parameter can be null
.
Returns
- Attributes