Share via


IVTFrameProcessorParameters Interface

Definition

This interface represents the Objective-C protocol VTFrameProcessorParameters.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="VTFrameProcessorParameters", WrapperType=typeof(VideoToolbox.VTFrameProcessorParametersWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceFrame", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceFrame", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame), Selector="sourceFrame")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="destinationFrame", IsProperty=true, IsRequired=false, IsStatic=false, Name="DestinationFrame", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame), Selector="destinationFrame")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="destinationFrames", IsProperty=true, IsRequired=false, IsStatic=false, Name="DestinationFrames", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame[]), Selector="destinationFrames")]
public interface IVTFrameProcessorParameters : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="VTFrameProcessorParameters", WrapperType=typeof(VideoToolbox.VTFrameProcessorParametersWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceFrame", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceFrame", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame), Selector="sourceFrame")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="destinationFrame", IsProperty=true, IsRequired=false, IsStatic=false, Name="DestinationFrame", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame), Selector="destinationFrame")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="destinationFrames", IsProperty=true, IsRequired=false, IsStatic=false, Name="DestinationFrames", PropertyType=typeof(VideoToolbox.VTFrameProcessorFrame[]), Selector="destinationFrames")>]
type IVTFrameProcessorParameters = interface
    interface INativeObject
    interface IDisposable
Derived
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
DestinationFrame
DestinationFrames
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
SourceFrame

Extension Methods

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

Applies to