#include <nitro/mobiclip.h>u32 MO_GetNbSamplePerAudioPacket ( MOHandle handle );
Get the number of samples of each audio packet stored in the movie.
| handle | Valid handle movie. |
Can be 128 or 256 depending of the audio codec used, 0 if the handle is MO_INVALID_HANDLE or when there is no audio track in the movie.
MO_GetVideoWidth
MO_GetVideoHeight
MO_GetVideoFps
MO_GetNbIFrame
MO_GetNbFrame
MO_GetAudioFrequency
03/03/2008 Initial Version