CVPixelBufferPool Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes) |
Erstellt einen CVPixelBufferPool mit den angegebenen Parametern. |
CVPixelBufferPool(NSDictionary, NSDictionary) |
Erstellt einen CVPixelBufferPool mit den angegebenen Parametern (schwache Typen). |
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)
Erstellt einen CVPixelBufferPool mit den angegebenen Parametern.
public CVPixelBufferPool (CoreVideo.CVPixelBufferPoolSettings settings, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : CoreVideo.CVPixelBufferPoolSettings * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBufferPool
Parameter
- settings
- CVPixelBufferPoolSettings
Konfigurationsparameter für cvPixelBufferPool
- pixelBufferAttributes
- CVPixelBufferAttributes
Konfigurationsparameter zum Erstellen der CVPixelBuffers im Pool.
Gilt für:
CVPixelBufferPool(NSDictionary, NSDictionary)
Erstellt einen CVPixelBufferPool mit den angegebenen Parametern (schwache Typen).
[Foundation.Advice("Use overload with CVPixelBufferPoolSettings")]
public CVPixelBufferPool (Foundation.NSDictionary poolAttributes, Foundation.NSDictionary pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : Foundation.NSDictionary * Foundation.NSDictionary -> CoreVideo.CVPixelBufferPool
Parameter
- poolAttributes
- NSDictionary
Lose typisierter Satz von Konfigurationsparametern für cvPixelBufferPool.
- pixelBufferAttributes
- NSDictionary
Konfigurationsparameter zum Erstellen der CVPixelBuffers im Pool.
- Attribute
Hinweise
Verwenden Sie am besten den stark typisierten Konstruktor.