ICIImageProcessorInput 接口

定义

CIImageProcessorKernel输入。

[Foundation.Protocol(Name="CIImageProcessorInput", WrapperType=typeof(CoreImage.CIImageProcessorInputWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICIImageProcessorInput : IDisposable, ObjCRuntime.INativeObject
type ICIImageProcessorInput = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

BaseAddress

数据缓冲区的内存地址。

BytesPerRow

输入图像的单行中的字节数。

Format

输入图像的像素格式。

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
MetalTexture

输入 IMTLTexture

PixelBuffer

输入 CVPixelBuffer

Region

输入图像中感兴趣的区域。

扩展方法

GetSurface(ICIImageProcessorInput)

用于从 ICIImageProcessorInput获取图面的扩展方法。

适用于