Subsample Class
|
|
Sub-samples/super-samples the sequence.
Inheritance Hierarchy
Namespace:
MediaCy.Commands.Sequence
Assembly:
MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
SyntaxPublic Class Subsample
Inherits SequenceCommand
The Subsample type exposes the following members.
Constructors
| Name | Description |
---|
 | Subsample | Initializes a new instance of the Subsample class |
Top
Properties
| Name | Description |
---|
 | Interval |
Sub-sampling interval.
|
 | Offset |
Offset from the beginning of sequence. Used only when Interval>1.
|
Top
RemarksWhen 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