Click or drag to resize

SequenceCommandsSubsample Property

Sub-samples/super-samples the sequence.

Namespace:  MediaCy.Automation.Process
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Subsample ( 
	parent As McCommand
) As Subsample
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Subsample
Remarks
When the value is 1 this function can be used to merge multiple images into a sequence. If the value is less than 1 the sequence will be oversampled duplicating source frames.
See Also