次の方法で共有


AVAssetWriterInputPixelBufferAdaptor.FromInput メソッド

定義

指定した inputsourcePixelBufferAttributesを使用して をAVAssetWriterInputPixelBufferAdaptor作成するファクトリ メソッド。

[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

パラメーター

sourcePixelBufferAttributes
NSDictionary

ディクショナリには、 クラスのキーを使用した構成情報が CVPixelBuffer 含まれている必要があります。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象