Share via


VTLowLatencyFrameInterpolationConfiguration.CreateWithSpatialScaleFactor Method

Definition

Create a new VTLowLatencyFrameInterpolationConfiguration instance, specifying the spatial scale factor.

public static VideoToolbox.VTLowLatencyFrameInterpolationConfiguration CreateWithSpatialScaleFactor(IntPtr frameWidth, IntPtr frameHeight, IntPtr spatialScaleFactor);
static member CreateWithSpatialScaleFactor : 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.

spatialScaleFactor
IntPtr

nativeint

The spatial scale factor for the new VTLowLatencyFrameInterpolationConfiguration instance.

Returns

A new VTLowLatencyFrameInterpolationConfiguration instance if successful, null otherwise.

Applies to