Contents

VTMotionBlurParameters

This object contains both input and output parameters necessary to run the motion blur processor on a frame.

Declaration

class VTMotionBlurParameters

Overview

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

The parameters within VTMotionBlurParameters are frame level parameters.

Topics

Creating a parameters object

Inspecting the parameters

See Also

Motion blur