CVPixelBufferPool コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 を作成するための構成パラメーター。
- 属性
注釈
厳密に型指定されたコンストラクターを使用することをお勧めします。