Contents

submissionMode

A value describing the processing request in a parameters submission object.

Declaration

var submissionMode: VTFrameRateConversionParameters.SubmissionMode { get }

Discussion

Set to VTFrameRateConversionParametersSubmissionModeSequential to indicate that the current submission follows the presentation time order without jumping or skipping when compared to the previous submission. Using the submission mode sequential will yield better performance. Set to VTFrameRateConversionParametersSubmissionModeRandom to indicate a skip or a jump in frame sequence. If the submission mode random is set, the internal cache will be cleared during the processWithParameters call.

See Also

Inspecting the parameters