home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / workshop / prog / msconf / confsdk.exe / MAIN.TXT < prev    next >
Encoding:
Text File  |  1996-05-23  |  3.1 KB  |  94 lines

  1. -------------------------------------------------------------------
  2.      Microsoft ActiveX Conferencing SDK 1.0 (Beta 1) ReadMe
  3.                            May 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 our sample directories.  See the readme.txt 
  41. in the SAMPLES directory for more details.
  42.  
  43. ULS
  44. ----
  45. This directory contains our 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 1) 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. - This beta version of the SDK does not work on Windows NT.
  62.  
  63. - This beta version of the SDK only runs with the US English version 
  64. of Windows 95.
  65.  
  66. =================
  67. Other Information
  68. =================
  69. Refer to the readme.txt file contained in the associated release 
  70. of Microsoft NetMeeting for detailed information on the current status 
  71. of the Microsoft NetMeeting system, warnings, and known bugs.
  72.  
  73. Check the Microsoft homepage at http://www.microsoft.com for
  74. new sample code, new versions, and to report problems.
  75.  
  76. ========================================
  77. Instructions for Specifying Audio Codecs
  78. ========================================
  79. A mechanism for integrating and testing other ACM codecs has been 
  80. provided in the registry.  One registry entry in "HKEY_CURRENT_USER\
  81. Software\Microsoft\Internet\Audio\CustomACMEncodings" represents one 
  82. specific 3rd party format and the preferential order of attempts to use 
  83. that format.  The format of the registry key is "DriverName_x_y_z" where 
  84. x is the ACM format tag, y is the sample rate, and z is the bits per 
  85. sample.  The key value is a positive number which represents the preference 
  86. (i.e. "first choice", "second choice", and so on.) of that format.  Example: 
  87. to specify the preferred codec as the Microsoft G 711 A-law codec at an 8k 
  88. sample rate, 8 bits per sample, the registry key will be 
  89. "Microsoft CCITT G 711_6_8000_8", and the value of the key will be "1".
  90.  
  91. Third party codecs will be selected first, in the order specified.  If there 
  92. are no complimentary 3rd party codecs specified at both ends, then the 
  93. default codec selection mechanism will be used. 
  94.