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.

100 lines
3.2 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 ATITVSND<br>
  11. <br>
  12. Description:<br>
  13. ------------<br>
  14. ATITVSND is a sample WDM stream class TVSound driver. It manifests itself in a
  15. DShow graph as &quot;ATI TVSound&quot;. It controls selection of audio subchannels (SAP)
  16. as well as mono/stereo audio decoding.<br>
  17. <br>
  18. <br>
  19. Installation:<br>
  20. -------------<br>
  21. ATITVSND is not a true PnP driver, since it is accessed via the I2C bus
  22. controlled by the graphics device for which no bus enumerator exists.<br>
  23. <br>
  24. ATITVSND exists as a child device of the display device. It is force installed
  25. by the following lines in \windows\inf\DxATI.inf:<br>
  26. <br>
  27. [ATI_M64.AIW.AddReg]<br>
  28. HKR,&quot;ENUM\Device4&quot;,pnpid,,&quot;atitvsnd&quot;<br>
  29. <br>
  30. <br>
  31. Testing:<br>
  32. -------- <br>
  33. 1. WebTV for Windows</p>
  34. <blockquote>
  35. <p>- Install an ATI All-In-Wonder or All-In-Wonder Pro adapter.<br>
  36. - Since subvendor IDs are not available in the Rage3 to distinguish different
  37. hardware configurations, you must manually select the <br>
  38. appropriate driver to install:</p>
  39. <blockquote>
  40. <p>All-In-Wonder (ati_m64) <br>
  41. All-In-Wonder PRO (atir3)</p>
  42. </blockquote>
  43. <p>- Install WebTV for Windows</p>
  44. <blockquote>
  45. <p>StartMenu.Settings.ControlPanel.Add/Remove Programs.WindowsSetup.<br>
  46. <br>
  47. WebTV for Windows</p>
  48. </blockquote>
  49. <p>- Click the TV icon in the tray, and watch TV</p>
  50. </blockquote>
  51. <p>2. GraphEdt.exe</p>
  52. <blockquote>
  53. <p>- Make sure you're using a version of DShow 5.2 or better GraphEdt.exe.
  54. This is needed to support new PnP features.<br>
  55. - Graph.InsertFilters</p>
  56. <p><br>
  57. &quot;WDM Streaming Capture Devices&quot;</p>
  58. <blockquote>
  59. <p>&quot;BT829 Capture&quot;</p>
  60. </blockquote>
  61. <p>&quot;WDM Streaming Crossbar Devices&quot;</p>
  62. <blockquote>
  63. <p>&quot;ATI Crossbar&quot;<br>
  64. &quot;BT829 Crossbar&quot;</p>
  65. </blockquote>
  66. <p>&quot;WDM Streaming TvTuner Devices&quot;</p>
  67. <blockquote>
  68. <p>&quot;ATI TvTuner&quot;</p>
  69. </blockquote>
  70. <p>&quot;Direct Show filters&quot;</p>
  71. <blockquote>
  72. <p>&quot;Overlay Mixer&quot;</p>
  73. </blockquote>
  74. <p>- Connect up the graph by rendering the output pins on the TvTuner<br>
  75. - Graph.Play<br>
  76. - Right Click on TvTuner filter to change the TV channel<br>
  77. - Right Click on Crossbar filter to change the input selection. <br>
  78. - Right Click on Capture filter to change capture filter properties</p>
  79. </blockquote>
  80. <p>3. AMCap.exe<br>
  81. <br>
  82. This capture application is provided in the DShow SDK, and does all of&nbsp; the
  83. graph building automatically for both WDM and VFW capture filters.<br>
  84. <br>
  85. Other stuff:<br>
  86. ------------</p>
  87. <ol>
  88. <li>Note that WebTV for Windows, as shipped in the initial release of Windows
  89. 98, does not support a TVAudio filter.</li>
  90. <li>Note that compile time options can be used to either disable or enable the
  91. use of the TvAudio filter in the All-In-Wonder graph.</li>
  92. </ol>
  93. <p>&nbsp;</p>
  94. </body>
  95. </html>