#include "THPSimple.h" (or "THPPlayer.h")
typedef struct
{
u32 xSize;
u32 ySize;
u32 videoType;
} THPVideoInfo;
This structure stores information about THP video data.
xSize and ySize store the number of pixels in the horizontal and vertical directions, respectively. videoType stores the THP video data format.
This structure's settings are performed by the THPSimpleGetVideoInfo function for the THP simple player and by the THPPlayerGetVideoInfo function for the THP player.
THPSimpleGetVideoInfo, THPPlayerGetVideoInfo
03/01/2006 Initial version.