#include <nitro/vx.h>
u32 VX_SkipFrameImage ( VXHandle handle );
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.
handle |
Valid handle movie. |
1 if no error, 0 if error (skip not performed) or if the handle is VX_INVALID_HANDLE.
VX_UnpackFrameImage
VX_BlitFrameImage
11/04/2005 Initial Version