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

入力イメージの 1 行のバイト数。

Format

入力イメージのピクセル形式。

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)
MetalTexture

入力 IMTLTexture

PixelBuffer

入力 CVPixelBuffer

Region

入力イメージの対象領域。

拡張メソッド

GetSurface(ICIImageProcessorInput)

から ICIImageProcessorInputサーフェスを取得するための拡張メソッド。

適用対象