#include <nitro/mobiclip.h>u32 MO_SkipFrameSoundOnePacket ( MOHandle handle );
Skip a packet of the current unpacked sound.
This function is useful if you want to skip one or more audio tracks.
Example: if you have 2 audio tracks, the first in English and the second in Japanese
MO_BlitFrameSoundOnePacket, MO_SkipFrameSoundOnePacket times the value returned by MO_GetFrameNbAudioPacketMO_BlitFrameSoundOnePacket times the value returned by MO_GetFrameNbAudioPacket| handle | Valid handle movie. |
1 if no error, 0 if there is no more audio packet available or if the handle is MO_INVALID_HANDLE.
03/03/2008 Initial Version