CVPixelBufferPool 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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를 만들기 위한 구성 매개 변수입니다.
- 특성
설명
강력한 형식의 생성자를 사용하는 것이 가장 좋습니다.