Share via


VTLowLatencyFrameInterpolationConfiguration.CreateWithNumberOfInterpolatedFrames Method

Definition

Create a new VTLowLatencyFrameInterpolationConfiguration instance, specifying the number of interpolated frames.

public static VideoToolbox.VTLowLatencyFrameInterpolationConfiguration CreateWithNumberOfInterpolatedFrames(IntPtr frameWidth, IntPtr frameHeight, IntPtr numberOfInterpolatedFrames);
static member CreateWithNumberOfInterpolatedFrames : nativeint * nativeint * nativeint -> VideoToolbox.VTLowLatencyFrameInterpolationConfiguration

Parameters

frameWidth
IntPtr

nativeint

The frame width for the new VTLowLatencyFrameInterpolationConfiguration instance.

frameHeight
IntPtr

nativeint

The frame height for the new VTLowLatencyFrameInterpolationConfiguration instance.

numberOfInterpolatedFrames
IntPtr

nativeint

The number of interpolated frames for the new VTLowLatencyFrameInterpolationConfiguration instance.

Returns

A new VTLowLatencyFrameInterpolationConfiguration instance if successful, null otherwise.

Applies to