#include "THPSimple.h"
BOOL THPSimpleGetVideoInfo(THPVideoInfo *videoInfo);
videoInfo |
Pointer to a THPVideoInfo structure that stores the THP movie data's video information. |
Returns TRUE if successful; FALSE otherwise.
This function gets the video information for the THP movie data that was opened by the THPSimpleOpen function, and stores it in the THPVideoInfo structure specified by the argument.
03/01/2006 Initial version.