다음을 통해 공유


CVPixelBuffer 생성자

정의

오버로드

CVPixelBuffer(nint, nint, CVPixelFormatType)
CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes)

CVPixelBuffer(nint, nint, CVPixelFormatType)

public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormat);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType -> CoreVideo.CVPixelBuffer

매개 변수

width
System.System.IntPtr System.nativeint
height
System.System.IntPtr System.nativeint
pixelFormat
CVPixelFormatType

적용 대상

CVPixelBuffer(nint, nint, CVPixelFormatType, CVPixelBufferAttributes)

public CVPixelBuffer (nint width, nint height, CoreVideo.CVPixelFormatType pixelFormatType, CoreVideo.CVPixelBufferAttributes attributes);
new CoreVideo.CVPixelBuffer : nint * nint * CoreVideo.CVPixelFormatType * CoreVideo.CVPixelBufferAttributes -> CoreVideo.CVPixelBuffer

매개 변수

width
System.System.IntPtr System.nativeint
height
System.System.IntPtr System.nativeint
pixelFormatType
CVPixelFormatType

적용 대상