xamarinios
namespace CoreImage
{
    [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
    [Protocol(Name = "CIImageProcessorInput", WrapperType = typeof(CIImageProcessorInputWrapper))]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "region", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Region", PropertyType = typeof(CGRect), Selector = "region")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "bytesPerRow", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BytesPerRow", PropertyType = typeof(nuint), Selector = "bytesPerRow")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "format", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Format", PropertyType = typeof(CIFormat), Selector = "format")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "baseAddress", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BaseAddress", PropertyType = typeof(IntPtr), Selector = "baseAddress")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "pixelBuffer", IsProperty = true, IsRequired = true, IsStatic = false, Name = "PixelBuffer", PropertyType = typeof(CVPixelBuffer), Selector = "pixelBuffer")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "metalTexture", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MetalTexture", PropertyType = typeof(IMTLTexture), Selector = "metalTexture")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "surface", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Surface", PropertyType = typeof(IOSurface), Selector = "surface")]
    public interface ICIImageProcessorInput : INativeObject, IDisposable
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙