CVPixelBufferPool Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes) |
Cria um CVPixelBufferPool com os parâmetros especificados. |
CVPixelBufferPool(NSDictionary, NSDictionary) |
Cria um CVPixelBufferPool com os parâmetros especificados (tipos fracos). |
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)
Cria um CVPixelBufferPool com os parâmetros especificados.
public CVPixelBufferPool (CoreVideo.CVPixelBufferPoolSettings settings, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : CoreVideo.CVPixelBufferPoolSettings * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBufferPool
Parâmetros
- settings
- CVPixelBufferPoolSettings
Parâmetros de configuração para CVPixelBufferPool
- pixelBufferAttributes
- CVPixelBufferAttributes
Parâmetros de configuração para criar o CVPixelBuffers no pool.
Aplica-se a
CVPixelBufferPool(NSDictionary, NSDictionary)
Cria um CVPixelBufferPool com os parâmetros especificados (tipos fracos).
[Foundation.Advice("Use overload with CVPixelBufferPoolSettings")]
public CVPixelBufferPool (Foundation.NSDictionary poolAttributes, Foundation.NSDictionary pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : Foundation.NSDictionary * Foundation.NSDictionary -> CoreVideo.CVPixelBufferPool
Parâmetros
- poolAttributes
- NSDictionary
Conjunto de parâmetros de configuração com tipo flexível para CVPixelBufferPool.
- pixelBufferAttributes
- NSDictionary
Parâmetros de configuração para criar o CVPixelBuffers no pool.
- Atributos
Comentários
É melhor usar o construtor fortemente tipado.