共用方式為


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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)
MetalTexture

輸入 IMTLTexture

PixelBuffer

輸入 CVPixelBuffer

Region

輸入影像中感興趣的區域。

擴充方法

GetSurface(ICIImageProcessorInput)

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

適用於