#include "THPSimple.h" (or "THPPlayer.h")
typedef struct
{
u32 xSize;
u32 ySize;
u32 videoType;
} THPVideoInfo;
The THPVideoInfo 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.
Settings for the THPVideoInfo structure are made by the THPSimpleGetVideoInfo function for the THP simple player and by the THPPlayerGetVideoInfo function for the THP player.
THPSimpleGetVideoInfo, THPPlayerGetVideoInfo
2006/03/01 Initial version.
CONFIDENTIAL