VX_GetVideoWidth


C Specification

#include <nitro/vx.h>

u32         VX_GetVideoWidth            ( VXHandle handle );

Description

Gets the width of the movie in pixels.

Arguments

handle Valid handle movie.

Return Values

The width of the movie or 0 if the handle is VX_INVALID_HANDLE.

See Also

VX_GetVideoHeight
VX_GetVideoFps
VX_GetNbIFrame
VX_GetNbFrame
VX_GetNbAudioTrack
VX_GetAudioFrequency

Revision History

10/26/2005 Initial Version