#include <nitro/mobiclip.h>u32 MO_GetVideoHeight ( MOHandle handle );
Get the height of the movie in pixels.
| handle | Valid handle movie. |
The height of the movie or 0 if the handle is MO_INVALID_HANDLE.
MO_GetVideoWidth
MO_GetVideoFps
MO_GetNbIFrame
MO_GetNbFrame
MO_GetNbAudioTrack
MO_GetAudioFrequency
03/03/2008 Initial Version