ICIImageProcessorInput インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
への 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サーフェスを取得するための拡張メソッド。 |