ICIImageProcessorOutput 接口

定义

CIImageProcessorKernel输出。

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

属性

BaseAddress

数据缓冲区的内存地址。

BytesPerRow

输出映像的单行中的字节数。

Format

输出图像的颜色空间。

Handle

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

(继承自 INativeObject)
MetalCommandBuffer

输出图像的 Metal 命令缓冲区。

MetalTexture

输出图像的 Metal IMTLTexture

PixelBuffer

输出图像,作为 CVPixelBuffer

Region

CGRect应用处理的 。

扩展方法

GetSurface(ICIImageProcessorOutput)

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

适用于