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