Поделиться через


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 в пуле.

Атрибуты

Комментарии

Лучше всего использовать строго типизированный конструктор.

Применяется к