Contents

VTFrameRateConversionParameters

An object that contains the required input and output parameters to run a frame rate conversion processor on a frame.

Declaration

class VTFrameRateConversionParameters

Overview

This object is used in the processWithParameters call of a VTFrameProcessor class. The output parameter is a destinationFrame where the output frame is returned as a VTFrameProcessorMutableFrame back to the caller function once the processing completes.

The parameters within VTFrameRateConversionParameters are frame level parameters.

Topics

Creating conversion parameters

Inspecting the parameters

See Also

Frame rate conversion