Click or drag to resize

Subsample Class

Sub-samples/super-samples the sequence.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.SequenceSequenceCommand
                MediaCy.Commands.SequenceSubsample

Namespace:  MediaCy.Commands.Sequence
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Subsample
	Inherits SequenceCommand

The Subsample type exposes the following members.

Constructors
  NameDescription
Public methodSubsample
Initializes a new instance of the Subsample class
Top
Properties
  NameDescription
Public propertyInterval
Sub-sampling interval.
Public propertyOffset
Offset from the beginning of sequence. Used only when Interval>1.
Top
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