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>VIGetScanMode</title> 10</head> 11 12<body> 13 14<h1 align="left">VIGetScanMode</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/vi.h> 19 20u32 VIGetScanMode(void); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<p>None.</p> 25 26<h2>Return Values</h2> 27<TABLE class="arguments" border="1" > 28<TBODY> 29 <tr> 30<th>VI_INTERLACE</th> 31<td>The scan mode is Interlace mode.</td> 32 </tr> 33 <tr> 34<th>VI_NON_INTERLACE</th> 35<td>The scan mode is Non-interlace mode.</td> 36 </tr> 37 <tr> 38<th>VI_PROGRESSIVE</th> 39<td>The scan mode is Progressive mode.</td> 40 </tr> 41</TBODY> 42</table> 43 44<h2>Description</h2> 45<p>This function returns the current scan mode (<CODE>VI_INTERLACE</CODE>, <CODE>VI_NON_INTERLACE</CODE>, or <CODE>VI_PROGRESSIVE</CODE>).</p> 46 47<h2>See Also</h2> 48<p>None.</p> 49 50<h2>Revision History</h2> 51<p> 522006/09/01 Initial version.<br> 53</p> 54 55<hr><p>CONFIDENTIAL</p></body> 56</html> 57