Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
4.3 KiB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
  5. <meta name="ProgId" content="FrontPage.Editor.Document">
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <title>Readme</title>
  8. </head>
  9. <body>
  10. <p>Readme.txt for ATITUNEP</p>
  11. <p><br>
  12. Description:<br>
  13. ------------<br>
  14. <br>
  15. ATITUNEP is a sample WDM stream class TVTuner driver. It manifests itself in a
  16. DShow graph as &quot;ATI TVTuner&quot;. It controls the following tuner hardware (and any
  17. other hardware/software compatible devices):<br>
  18. <br>
  19. FR1236 - Philips FR1200 series TV and FM tuner family, including:<br>
  20. &nbsp;</p>
  21. <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="82%" id="AutoNumber1" bordercolordark="#FFFFFF" bordercolorlight="#FFFFFF">
  22. <tr>
  23. <td width="13%">FI1216 </td>
  24. <td width="35%">CCIR B, G System</td>
  25. <td width="52%">(Western Europe)</td>
  26. </tr>
  27. <tr>
  28. <td width="13%">FI1216J </td>
  29. <td width="35%">RTMA M+N System </td>
  30. <td width="52%">(Japan)</td>
  31. </tr>
  32. <tr>
  33. <td width="13%">FI1236 </td>
  34. <td width="35%">RTMA M+N System </td>
  35. <td width="52%">(USA)</td>
  36. </tr>
  37. <tr>
  38. <td width="13%">FI1246 </td>
  39. <td width="35%">CCIR I System</td>
  40. <td width="52%">(UK, Ireland, SA, H.K.)</td>
  41. </tr>
  42. <tr>
  43. <td width="13%">FI1256 </td>
  44. <td width="35%">OIRT System </td>
  45. <td width="52%">(China, Russia, E. Europe)</td>
  46. </tr>
  47. <tr>
  48. <td width="13%">FI1216 </td>
  49. <td width="35%">CCIR B,G, L, L1 System</td>
  50. <td width="52%">(W. Europe, SE Asia, OZ, NZ)</td>
  51. </tr>
  52. <tr>
  53. <td width="13%">FR1236MK2 </td>
  54. <td width="35%">RTMN M+N System + FM</td>
  55. <td width="52%">(USA)</td>
  56. </tr>
  57. </table>
  58. <p><br>
  59. Installation:<br>
  60. -------------<br>
  61. <br>
  62. ATITUNEP is not a true PnP driver, since it is accessed via the I2C bus
  63. controlled by the graphics device for which no bus enumerator exists.<br>
  64. <br>
  65. ATITUNEP exists as a child device of the display device. It is force installed
  66. by the following lines in \windows\inf\DxATI.inf:<br>
  67. <br>
  68. [ATI_M64.AIW.AddReg]<br>
  69. HKR,&quot;ENUM\Device1&quot;,pnpid,,&quot;atitunep&quot;<br>
  70. <br>
  71. <br>
  72. Testing:<br>
  73. -------- <br>
  74. <br>
  75. 1. WebTV for Windows</p>
  76. <blockquote>
  77. <p><br>
  78. - Install an ATI All-In-Wonder or All-In-Wonder Pro adapter.<br>
  79. - Since subvendor IDs are not available in the Rage3 to distinguish different
  80. hardware configurations, you must manually select the appropriate driver to
  81. install:</p>
  82. <blockquote>
  83. <p>All-In-Wonder (ati_m64) <br>
  84. All-In-Wonder PRO (atir3)</p>
  85. </blockquote>
  86. <p>- Install WebTV for Windows</p>
  87. <blockquote>
  88. <p>StartMenu.Settings.ControlPanel.Add/Remove Programs.WindowsSetup.</p>
  89. </blockquote>
  90. <p>WebTV for Windows</p>
  91. <blockquote>
  92. <p>- Click the TV icon in the tray, and watch TV</p>
  93. </blockquote>
  94. </blockquote>
  95. <p><br>
  96. 2. GraphEdt.exe</p>
  97. <blockquote>
  98. <p><br>
  99. - Make sure you're using a version of DShow 5.2 or better GraphEdt.exe. This
  100. is needed to support new PnP features.</p>
  101. <p>- Graph.InsertFilters</p>
  102. <blockquote>
  103. <p>&quot;WDM Streaming Capture Devices&quot;</p>
  104. <blockquote>
  105. <p>&quot;BT829 Capture&quot;</p>
  106. </blockquote>
  107. <p>&quot;WDM Streaming Crossbar Devices&quot;</p>
  108. <blockquote>
  109. <p>&quot;ATI Crossbar&quot;<br>
  110. &quot;BT829 Crossbar&quot;</p>
  111. </blockquote>
  112. <p>&quot;WDM Streaming TvTuner Devices&quot;</p>
  113. <blockquote>
  114. <p>&quot;ATI TvTuner&quot;</p>
  115. </blockquote>
  116. <p>&quot;Direct Show filters&quot;</p>
  117. <blockquote>
  118. <p>&quot;Overlay Mixer&quot;</p>
  119. </blockquote>
  120. </blockquote>
  121. <p>- Connect up the graph by rendering the output pins on the TvTuner<br>
  122. - Graph.Play<br>
  123. - Right Click on TvTuner filter to change the TV channel<br>
  124. - Right Click on Crossbar filter to change the input selection.<br>
  125. - Right Click on Capture filter to change capture filter properties</p>
  126. </blockquote>
  127. <p><br>
  128. 3. AMCap.exe<br>
  129. <br>
  130. This capture application is provided in the DShow SDK, and does all of the graph
  131. building automatically for both WDM and VFW capture filters.<br>
  132. <br>
  133. Other stuff:<br>
  134. ------------<br>
  135. <br>
  136. &nbsp;</p>
  137. </body>
  138. </html>