CVPixelBufferPool Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes) |
Создает CVPixelBufferPool с указанными параметрами. |
CVPixelBufferPool(NSDictionary, NSDictionary) |
Создает CVPixelBufferPool с указанными параметрами (слабые типы). |
CVPixelBufferPool(CVPixelBufferPoolSettings, CVPixelBufferAttributes)
Создает CVPixelBufferPool с указанными параметрами.
public CVPixelBufferPool (CoreVideo.CVPixelBufferPoolSettings settings, CoreVideo.CVPixelBufferAttributes pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : CoreVideo.CVPixelBufferPoolSettings * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBufferPool
Параметры
- settings
- CVPixelBufferPoolSettings
Параметры конфигурации для CVPixelBufferPool
- pixelBufferAttributes
- CVPixelBufferAttributes
Параметры конфигурации для создания CVPixelBuffers в пуле.
Применяется к
CVPixelBufferPool(NSDictionary, NSDictionary)
Создает CVPixelBufferPool с указанными параметрами (слабые типы).
[Foundation.Advice("Use overload with CVPixelBufferPoolSettings")]
public CVPixelBufferPool (Foundation.NSDictionary poolAttributes, Foundation.NSDictionary pixelBufferAttributes);
new CoreVideo.CVPixelBufferPool : Foundation.NSDictionary * Foundation.NSDictionary -> CoreVideo.CVPixelBufferPool
Параметры
- poolAttributes
- NSDictionary
Слабо типизированный набор параметров конфигурации для CVPixelBufferPool.
- pixelBufferAttributes
- NSDictionary
Параметры конфигурации для создания CVPixelBuffers в пуле.
- Атрибуты
Комментарии
Лучше всего использовать строго типизированный конструктор.