1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>THPVideoInfo</title>
10</head>
11
12<body>
13
14<h1>THPVideoInfo</h1>
15<h2>C Specification</h2>
16
17<DL>
18<dd><pre><code>#include &quot;THPSimple.h&quot; (or &quot;THPPlayer.h&quot;)</code></pre>
19  </dd>
20  <DD>
21<PRE><CODE>typedef struct
22{
23    u32 xSize;
24    u32 ySize;
25    u32 videoType;
26} THPVideoInfo;</CODE></PRE>
27  </DD>
28</DL>
29
30<H2>Description</H2>
31<p>This structure stores information about THP video data. </p>
32
33<p><CODE>xSize</CODE> and <CODE>ySize</CODE> store the number of pixels in the horizontal and vertical directions, respectively. <CODE>videoType</CODE> stores the THP video data format.</p>
34
35<p>This structure's settings are performed by the <a href="../THPSimple/THPSimpleGetVideoInfo.html"><code>THPSimpleGetVideoInfo</code></a> function for the THP simple player and by the <a href="../THPPlayer/THPPlayerGetVideoInfo.html"><code>THPPlayerGetVideoInfo</code></a> function for the THP player. </p>
36
37<H2>See Also</H2>
38<P><a href="../THPSimple/THPSimpleGetVideoInfo.html"><code>THPSimpleGetVideoInfo</code></a>, <a href="../THPPlayer/THPPlayerGetVideoInfo.html"><code>THPPlayerGetVideoInfo</code></a></P>
39
40<H2>Revision History</H2>
41<P>03/01/2006 Initial version.</P>
42
43</body>
44</html>