CVPixelBufferPool Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A reusable set of CVPixelBuffers.
[ObjCRuntime.Watch(4, 0)]
public class CVPixelBufferPool : IDisposable, ObjCRuntime.INativeObject
type CVPixelBufferPool = class
interface INativeObject
interface IDisposable
- Inheritance
-
CVPixelBufferPool
- Attributes
- Implements
Constructors
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes) |
Creates a CVPixelBufferPool with the specified parameters. |
CVPixelBufferPool(NSDictionary, NSDictionary) |
Creates a CVPixelBufferPool with the specified parameters (weak types). |
Properties
Methods
CreatePixelBuffer() |
Creates a new CVPixelBuffer in the pool. |
CreatePixelBuffer(CVPixelBufferPoolAllocationSettings, CVReturn) |
Creates a new CVPixelBuffer in the pool. |
Dispose() |
Releases the resources used by the CVPixelBufferPool object. |
Dispose(Boolean) |
Releases the resources used by the CVPixelBufferPool object. |
Finalize() |
Finalizer for the CVPixelBufferPool object |
Flush(CVPixelBufferPoolFlushFlags) |