ICIImageProcessorOutput 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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 擴充方法。 |