次の方法で共有


CVPixelBufferPool コンストラクター

定義

オーバーロード

CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)

指定したパラメーターを使用して CVPixelBufferPool を作成します。

CVPixelBufferPool(NSDictionary, NSDictionary)

指定したパラメーター (弱い型) を使用して CVPixelBufferPool を作成します。

CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)

指定したパラメーターを使用して CVPixelBufferPool を作成します。

public CVPixelBufferPool (CoreVideo.CVPixelBufferPoolSettings settings, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : CoreVideo.CVPixelBufferPoolSettings * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBufferPool

パラメーター

settings
CVPixelBufferPoolSettings

CVPixelBufferPool の構成パラメーター

pixelBufferAttributes
CVPixelBufferAttributes

プールに CVPixelBuffers を作成するための構成パラメーター。

適用対象

CVPixelBufferPool(NSDictionary, NSDictionary)

指定したパラメーター (弱い型) を使用して CVPixelBufferPool を作成します。

[Foundation.Advice("Use overload with CVPixelBufferPoolSettings")]
public CVPixelBufferPool (Foundation.NSDictionary poolAttributes, Foundation.NSDictionary pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : Foundation.NSDictionary * Foundation.NSDictionary -> CoreVideo.CVPixelBufferPool

パラメーター

poolAttributes
NSDictionary

CVPixelBufferPool の構成パラメーターの緩やかに型指定されたセット。

pixelBufferAttributes
NSDictionary

プールに CVPixelBuffers を作成するための構成パラメーター。

属性

注釈

厳密に型指定されたコンストラクターを使用することをお勧めします。

適用対象