Skip to main content

ASPxClientObjectContainer.QTStep(count) Method

Steps through a Quick Time video stream by a specified number of frames.

Declaration

QTStep(
    count: number
): void

Parameters

Name Type Description
count number

The number of frames to step.

Remarks

If the QTStep property is set to 1, a Quick Time Video steps forward one frame. If this property is a number N greater than 1, the video stream skips N - 1 frames and shows the Nth frame. A negative value for the QTStep property is defined as stepping backward.

See Also