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 3.0">
7<meta http-equiv="Content-Style-Type" content="text/css">
8<link rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9<title>VIGetDimmingCount</title>
10</head>
11
12<body>
13
14<h1 align="left">VIGetDimmingCount</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19  <dd><pre><code>#include &lt;revolution/vi.h&gt;</code></pre></dd>
20
21  <dd><pre><code>u32 VIGetDimmingCount( void )</code></pre></dd>
22</dl>
23
24<h2>Arguments</h2>
25<p>None.</p>
26
27<h2>Return Values</h2>
28<p>Countdown value remaining before screen burn-in protection starts.</p>
29
30
31
32<h2>Description</h2>
33
34<p>This function returns the value remaining in the countdown counter until burn-in protection starts. The initial value used for NTSC, MPAL, and EURGB60 is 18000. This value decrements by one per field. The screen saver activates when the value reaches zero. With PAL, the count starts from 15000, and the screen saver activates when the count reaches zero. Always returns zero while burn-in protection is running. The count returns to its initial value if the input status of the controller changes or if FALSE has been specified for the <code><a href="VIEnableDimming.html">VIEnableDimming</a></code> function.
35</p>
36
37
38<h2>See Also</h2>
39
40<p>
41<code><a href="VIResetDimmingCount.html">VIResetDimmingCount</a></code>, <code><a href="VIEnableDimming.html">VIEnableDimming</a></code>, <code><a href="VISetTimeToDimming.html">VISetTimeToDimming</a></code>
42</p>
43
44<h2>Revision History</h2>
45
46<p>
472007/07/12 Added a link to VIResetDimmingCount.<br>
48
492006/09/21 Changed &quot;screen saver&quot; to &quot;burn-in protection.&quot; <br>2006/09/13 Deleted <CODE>VIGetDVDStopMotorCount</CODE>. <br>2006/09/01 Initial version.
50</p>
51<hr>
52<P>CONFIDENTIAL</p>
53</BODY>
54</HTML>
55