CVPixelBufferPool 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一组可重用的 CVPixelBuffer。
[ObjCRuntime.Watch(4, 0)]
public class CVPixelBufferPool : IDisposable, ObjCRuntime.INativeObject
type CVPixelBufferPool = class
interface INativeObject
interface IDisposable
- 继承
-
CVPixelBufferPool
- 属性
- 实现
构造函数
| CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes) |
使用指定参数创建 CVPixelBufferPool。 |
| CVPixelBufferPool(NSDictionary, NSDictionary) |
使用指定参数创建 CVPixelBufferPool, (弱类型) 。 |
属性
方法
| CreatePixelBuffer() |
在池中创建新的 CVPixelBuffer。 |
| CreatePixelBuffer(CVPixelBufferPoolAllocationSettings, CVReturn) |
在池中创建新的 CVPixelBuffer。 |
| Dispose() |
释放 CVPixelBufferPool 对象使用的资源。 |
| Dispose(Boolean) |
释放 CVPixelBufferPool 对象使用的资源。 |
| Finalize() |
CVPixelBufferPool 对象的终结器 |
| Flush(CVPixelBufferPoolFlushFlags) |
一组可重用的 CVPixelBuffer。 |