Share via


IMERawProcessor Interface

Definition

This interface represents the Objective-C protocol MERAWProcessor.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="MERAWProcessor", WrapperType=typeof(MediaExtension.MERawProcessorWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ProcessFrame", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDMERawProcessorProcessFrameCallback) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreVideo.CVPixelBuffer), typeof(MediaExtension.MERawProcessorProcessFrameCallback) }, Selector="processFrameFromImageBuffer:completionHandler:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="metalDeviceRegistryID", IsProperty=true, IsRequired=false, IsStatic=false, Name="MetalDeviceRegistryId", PropertyType=typeof(System.UInt64), Selector="metalDeviceRegistryID", SetterSelector="setMetalDeviceRegistryID:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="outputColorAttachments", IsProperty=true, IsRequired=false, IsStatic=false, Name="OutputColorAttachments", PropertyType=typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), Selector="outputColorAttachments")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="processingParameters", IsProperty=true, IsRequired=true, IsStatic=false, Name="ProcessingParameters", PropertyType=typeof(MediaExtension.MERawProcessingParameter[]), Selector="processingParameters")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isReadyForMoreMediaData", IsProperty=true, IsRequired=true, IsStatic=false, Name="ReadyForMoreMediaData", PropertyType=typeof(System.Boolean), Selector="readyForMoreMediaData")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="metadataForSidecarFile", IsProperty=true, IsRequired=false, IsStatic=false, Name="MetadataForSidecarFile", PropertyType=typeof(Foundation.NSData), Selector="metadataForSidecarFile")]
public interface IMERawProcessor : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="MERAWProcessor", WrapperType=typeof(MediaExtension.MERawProcessorWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ProcessFrame", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDMERawProcessorProcessFrameCallback) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CoreVideo.CVPixelBuffer), typeof(MediaExtension.MERawProcessorProcessFrameCallback) }, Selector="processFrameFromImageBuffer:completionHandler:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="metalDeviceRegistryID", IsProperty=true, IsRequired=false, IsStatic=false, Name="MetalDeviceRegistryId", PropertyType=typeof(System.UInt64), Selector="metalDeviceRegistryID", SetterSelector="setMetalDeviceRegistryID:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="outputColorAttachments", IsProperty=true, IsRequired=false, IsStatic=false, Name="OutputColorAttachments", PropertyType=typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>), Selector="outputColorAttachments")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="processingParameters", IsProperty=true, IsRequired=true, IsStatic=false, Name="ProcessingParameters", PropertyType=typeof(MediaExtension.MERawProcessingParameter[]), Selector="processingParameters")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="isReadyForMoreMediaData", IsProperty=true, IsRequired=true, IsStatic=false, Name="ReadyForMoreMediaData", PropertyType=typeof(System.Boolean), Selector="readyForMoreMediaData")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="metadataForSidecarFile", IsProperty=true, IsRequired=false, IsStatic=false, Name="MetadataForSidecarFile", PropertyType=typeof(Foundation.NSData), Selector="metadataForSidecarFile")>]
type IMERawProcessor = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
MetadataForSidecarFile
MetalDeviceRegistryId
OutputColorAttachments
ProcessingParameters
ReadyForMoreMediaData

Methods

Name Description
ProcessFrame(CVPixelBuffer, MERawProcessorProcessFrameCallback)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to