Partager via


CVPixelBufferPool Constructeurs

Définition

Surcharges

CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)

Crée un CVPixelBufferPool avec les paramètres spécifiés.

CVPixelBufferPool(NSDictionary, NSDictionary)

Crée un CVPixelBufferPool avec les paramètres spécifiés (types faibles).

CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)

Crée un CVPixelBufferPool avec les paramètres spécifiés.

public CVPixelBufferPool (CoreVideo.CVPixelBufferPoolSettings settings, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : CoreVideo.CVPixelBufferPoolSettings * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBufferPool

Paramètres

settings
CVPixelBufferPoolSettings

Paramètres de configuration du CVPixelBufferPool

pixelBufferAttributes
CVPixelBufferAttributes

Paramètres de configuration pour la création des CVPixelBuffers dans le pool.

S’applique à

CVPixelBufferPool(NSDictionary, NSDictionary)

Crée un CVPixelBufferPool avec les paramètres spécifiés (types faibles).

[Foundation.Advice("Use overload with CVPixelBufferPoolSettings")]
public CVPixelBufferPool (Foundation.NSDictionary poolAttributes, Foundation.NSDictionary pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : Foundation.NSDictionary * Foundation.NSDictionary -> CoreVideo.CVPixelBufferPool

Paramètres

poolAttributes
NSDictionary

Ensemble de paramètres de configuration mal typés pour le CVPixelBufferPool.

pixelBufferAttributes
NSDictionary

Paramètres de configuration pour la création des CVPixelBuffers dans le pool.

Attributs

Remarques

Il est préférable d’utiliser le constructeur fortement typé.

S’applique à