#include <nitro/mobiclip.h>u32 MO_SkipFrameImage ( MOHandle handle );
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.
| handle | Valid handle movie. |
1 if no error, 0 if error (skip not performed) or if the handle is MO_INVALID_HANDLE.
MO_UnpackFrameImage
MO_BlitFrameImage
03/03/2008 Initial Version