AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Video.Resize Class Reference

Parameters specific to the video resizing filter. More...

Static Public Attributes

static string InterpolationMethod = "RESIZE_INTERPOLATION_METHOD"
 Video: Specifies the interpolation method that is used for resizing video frames.
 

Detailed Description

Parameters specific to the video resizing filter.

Member Data Documentation

◆ InterpolationMethod

string InterpolationMethod = "RESIZE_INTERPOLATION_METHOD"
static

Video: Specifies the interpolation method that is used for resizing video frames.

This parameter is an integer.

The supported values are defined in the InterpolationMethod enum. The default value is InterpolationMethod.Cubic.