共用方式為


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

輸出影像的 [金屬 IMTLTexture ]。

PixelBuffer

輸出影像,做為 CVPixelBuffer

Region

CGRect 用處理之 的 。

擴充方法

GetSurface(ICIImageProcessorOutput)

從 取得表面的 ICIImageProcessorOutput 擴充方法。

適用於