VTLowLatencyFrameInterpolationConfiguration.CreateWithNumberOfInterpolatedFrames 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 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.