home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / conf_sdk / conf_sdk.exe / MAIN.TXT < prev    next >
Encoding:
Text File  |  1996-07-02  |  3.4 KB  |  101 lines

  1. -------------------------------------------------------------------
  2.      Microsoft ActiveX Conferencing SDK 1.0 (Beta 2) ReadMe
  3.                            July 1996            
  4. -------------------------------------------------------------------
  5.  
  6.                  (c) Copyright Microsoft Corporation, 1996
  7.  
  8. ========
  9. CONTENTS
  10. ========
  11.  
  12.   Overview of Components
  13.   Installation Instructions
  14.   Warnings and Known Bugs
  15.   Other Information
  16.   Instructions for Specifying Audio Codecs
  17.  
  18. ================
  19. OVERVIEW
  20. ================
  21.  
  22. Microsoft ActiveX Conferencing SDK contains the following directories.  More 
  23. detailed information can be found in the individual directories:
  24.  
  25. HELP
  26. -------
  27. This directory contains help files describing Microsoft ActiveX 
  28. Conferencing.
  29.  
  30. INCLUDE
  31. ------
  32. This directory contains the include file: msconf.h
  33.  
  34. LIB
  35. ------
  36. This directory contains the file: msconf.lib
  37.  
  38. SAMPLES
  39. ----
  40. This directory contains the sample directories.  See the readme.txt 
  41. in the SAMPLES directory for more details.
  42.  
  43. ULS
  44. ----
  45. This directory contains the User Location Server.  See the readme.txt 
  46. in the ULS directory for more details.
  47.  
  48. =========================
  49. Installation Instructions
  50. =========================
  51.  
  52. Microsoft NetMeeting 1.0 (Beta 2) must be installed in order to run the SDK.
  53.  
  54. =======================
  55. Warnings and Known Bugs
  56. =======================
  57.  
  58. - The associated release of Microsoft NetMeeting does not work with 
  59. Winstone 96.
  60.  
  61. - The Beta 2 versions of the Microsoft ActiveX Conferencing SDK and
  62. Microsoft NetMeeting do not work on Windows NT.
  63.  
  64. - These beta versions only run with the US English version of Windows 95.
  65.  
  66. - Uninstalling the ActiveX Conferencing SDK via the Control Panel 
  67. removes registry keys and the Start menu items but currently does not 
  68. remove any files.  To completely remove the SDK you will need to delete
  69. the installation directory.
  70.  
  71. =================
  72. Other Information
  73. =================
  74. Refer to the readme.txt file contained in the MSCONF directory of this 
  75. ActiveX SDK CD-ROM for detailed information on the current status, 
  76. warnings, and known bugs.
  77.  
  78. Check the Microsoft ActiveX Conferencing homepage at 
  79. http://www.microsoft.com/intdev/msconf for new sample code, new versions 
  80. and to report problems.
  81.  
  82.  
  83. ========================================
  84. Instructions for Specifying Audio Codecs
  85. ========================================
  86. A mechanism for integrating and testing other ACM codecs has been 
  87. provided in the registry.  One registry entry in "HKEY_CURRENT_USER\
  88. Software\Microsoft\Internet\Audio\CustomACMEncodings" represents one 
  89. specific 3rd party format and the preferential order of attempts to use 
  90. that format.  The format of the registry key is "DriverName_x_y_z" where 
  91. x is the ACM format tag, y is the sample rate, and z is the bits per 
  92. sample.  The key value is a positive number which represents the preference 
  93. (i.e. "first choice", "second choice", and so on.) of that format.  Example: 
  94. to specify the preferred codec as the Microsoft G 711 A-law codec at an 8k 
  95. sample rate, 8 bits per sample, the registry key will be 
  96. "Microsoft CCITT G 711_6_8000_8", and the value of the key will be "1".
  97.  
  98. Third party codecs will be selected first, in the order specified.  If there 
  99. are no complimentary 3rd party codecs specified at both ends, then the 
  100. default codec selection mechanism will be used. 
  101.