xamarinmac
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
{
[Preserve(Conditional = true)]
CVPixelBuffer? PixelBuffer
{
[Export("pixelBuffer")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |