#include <nitro/vx.h>
u32 VX_GetVideoHeight ( VXHandle handle );
Gets the height of the movie in pixels.
handle |
Valid handle movie. |
The height of the movie or 0 if the handle is VX_INVALID_HANDLE.
VX_GetVideoWidth
VX_GetVideoFps
VX_GetNbIFrame
VX_GetNbFrame
VX_GetNbAudioTrack
VX_GetAudioFrequency
10/26/2005 Initial Version