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 的配置参数。
- 属性
注解
最好使用强类型构造函数。