MO_SkipFrameImage

C Specification

#include <nitro/mobiclip.h>

u32 MO_SkipFrameImage ( MOHandle handle );

Description

Skip the oldest unpacked image, which means remove 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 MO_INVALID_HANDLE.

See Also

MO_UnpackFrameImage
MO_BlitFrameImage

Revision History

03/03/2008 Initial Version