ICIImageProcessorInput Interfaccia

Definizione

Input in un CIImageProcessorKerneloggetto .

[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
Attributi
Implementazioni

Proprietà

BaseAddress

Indirizzo di memoria del buffer di dati.

BytesPerRow

Numero di byte in una singola riga dell'immagine di input.

Format

Formato pixel dell'immagine di input.

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)
MetalTexture

IMTLTexture di input.

PixelBuffer

CVPixelBuffer di input.

Region

Area di interesse nell'immagine di input.

Metodi di estensione

GetSurface(ICIImageProcessorInput)

Metodo di estensione per ottenere la superficie da un ICIImageProcessorInputoggetto .

Si applica a