AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::avblocks::Param::Video::Resize Namespace Reference

Parameters specific to video resizing. More...

Variables

static const char InterpolationMethod [] = "RESIZE_INTERPOLATION_METHOD"
 Video: Specifies the interpolation method that is used for resizing video frames. More...
 

Detailed Description

Parameters specific to video resizing.

Variable Documentation

const char 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 primo::codecs::InterpolationgMethod::Enum. The default value is InterpolationMethod::Cubic.