다음을 통해 공유


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를 만들기 위한 구성 매개 변수입니다.

특성

설명

강력한 형식의 생성자를 사용하는 것이 가장 좋습니다.

적용 대상