VIDEO.StepLength

Previous  Next

 

len = VIDEO.StepLength( nControl AS INTEGER,

                        length   AS INTEGER ) AS INTEGER

 

 

 

 

Sets the number of frames the video will advance for each step.  This will affect the play speed as well since a step length of 2 will only play every other frame.

 

Example:

 

' Play only every other frame

VIDEO.StepLength( nControl, 2 )