Click or drag to resize

mcSequenceEndBehavior Enumeration

Legal values for the McView.SequenceEndBehavior property.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcSequenceEndBehavior
Members
  Member nameValueDescription
mcsebLoop0When end-of-sequence is reached, the sequence isrewound to the first frame (or last frame, if SequenceDirection is negative) and playback continues from there in the same direction as before.
mcsebStop1When end-of-sequence is reached, playback stops atthe last frame still within the SequenceFrameRange.
mcsebReverse2When end-of-sequence is reached, the playbackdirection is reversed, and playback continues in the opposite direction from before. After reversal, playback always starts from the end or start of the SequenceFrameRange, so if the number of frames in the SequenceFrameRange is not evenly divisible by the SequenceStepCount, then the particular frames displayed when playing forward will be different from those played in reverse.
Remarks
The end-of-sequence is the playback step that steps beyond the SequenceFrameRange. If SequenceStepCount is one, this frame will be the next one after the last frame of the SequenceFrameRange when SequenceDirection is positive (SequencePlayForward) and it will be the next one after the first frame of the SequenceFrameRange when SequenceDirection is negative (SequencePlayBackward).
See Also