Contents

isOutputResolutionMotionVectorsEnabled

A Boolean value that indicates whether the scaler expects motion vectors at output resolution.

Declaration

var isOutputResolutionMotionVectorsEnabled: Bool { get set }

Discussion

Set this property to true when your app provides motion vectors at the output resolution rather than the input resolution.

When you enable this property, the scaler interprets the motionTexture dimensions to match outputWidth and outputHeight instead of inputWidth and inputHeight.

This property’s default value is false.