CVPixelBufferPool Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.