VTLowLatencyFrameInterpolationConfiguration.CreateWithSpatialScaleFactor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.