Partager via


ICIImageProcessorInput Interface

Définition

Entrée d’un 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
Attributs
Implémente

Propriétés

BaseAddress

Adresse mémoire de la mémoire tampon de données.

BytesPerRow

Nombre d’octets dans une seule ligne de l’image d’entrée.

Format

Format de pixel de l’image d’entrée.

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)
MetalTexture

Objet IMTLTexture d'entrée.

PixelBuffer

Objet CVPixelBuffer d'entrée.

Region

Région d’intérêt dans l’image d’entrée.

Méthodes d’extension

GetSurface(ICIImageProcessorInput)

Méthode d’extension pour obtenir la surface à partir d’un ICIImageProcessorInput.

S’applique à