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
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &quot;THPSimple.h&quot; (or &quot;THPPlayer.h&quot;)
19
20typedef struct
21{
22    u32 xSize;
23    u32 ySize;
24    u32 videoType;
25} THPVideoInfo;
26</pre></dd></dl>
27
28<H2>Description</H2>
29<p>The <code>THPVideoInfo</code> structure stores information about THP video data.</p>
30
31<p><SPAN class="argument">xSize</SPAN> and <SPAN class="argument">ySize</SPAN> store the number of pixels in the horizontal and vertical directions, respectively. <SPAN class="argument">videoType</SPAN> stores the THP video data format.</p>
32
33<p>Settings for the <code>THPVideoInfo</code> structure are made 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>
34
35<H2>See Also</H2>
36<P class="reference">
37<a href="../THPSimple/THPSimpleGetVideoInfo.html">THPSimpleGetVideoInfo</a>,
38<a href="../THPPlayer/THPPlayerGetVideoInfo.html">THPPlayerGetVideoInfo</a>
39</P>
40
41<H2>Revision History</H2>
42<P>
432006/03/01 Initial version.<br>
44</P>
45
46<hr><p>CONFIDENTIAL</p></body>
47</html>