VX_SkipFrameImage


C Specification

#include <nitro/vx.h>

u32     VX_SkipFrameImage           ( VXHandle handle );

Description

Skips the oldest unpacked image, which means removes the oldest unpacked image from the internal FIFO without blitting it.

In some occationnal cases sound buffer underflow can occur, even when doing frame buffering. 
This can generally be seen with videos compresssed with very high quality settings.
This function can be used to gain additionnal time by not blitting the oldest unpacked image.

Arguments

handle Valid handle movie.

Return Values

1 if no error, 0 if error (skip not performed) or if the handle is VX_INVALID_HANDLE.

See Also

VX_UnpackFrameImage
VX_BlitFrameImage

Revision History

11/04/2005 Initial Version