home *** CD-ROM | disk | FTP | other *** search
- -------------------------------------------------------------------
- Microsoft ActiveX Conferencing SDK 1.0 (Beta 1) ReadMe
- May 1996
- -------------------------------------------------------------------
-
- (c) Copyright Microsoft Corporation, 1996
-
- ========
- CONTENTS
- ========
-
- Overview of Components
- Installation Instructions
- Warnings and Known Bugs
- Other Information
- Instructions for Specifying Audio Codecs
-
- ================
- OVERVIEW
- ================
-
- Microsoft ActiveX Conferencing SDK contains the following directories. More
- detailed information can be found in the individual directories:
-
- HELP
- -------
- This directory contains help files describing Microsoft ActiveX
- Conferencing.
-
- INCLUDE
- ------
- This directory contains the include file: msconf.h
-
- LIB
- ------
- This directory contains the file: msconf.lib
-
- SAMPLES
- ----
- This directory contains our sample directories. See the readme.txt
- in the SAMPLES directory for more details.
-
- ULS
- ----
- This directory contains our User Location Server. See the readme.txt
- in the ULS directory for more details.
-
- =========================
- Installation Instructions
- =========================
-
- Microsoft NetMeeting 1.0 (Beta 1) must be installed in order to run the SDK.
-
- =======================
- Warnings and Known Bugs
- =======================
-
- - The associated release of Microsoft NetMeeting does not work with
- Winstone 96.
-
- - This beta version of the SDK does not work on Windows NT.
-
- - This beta version of the SDK only runs with the US English version
- of Windows 95.
-
- =================
- Other Information
- =================
- Refer to the readme.txt file contained in the associated release
- of Microsoft NetMeeting for detailed information on the current status
- of the Microsoft NetMeeting system, warnings, and known bugs.
-
- Check the Microsoft homepage at http://www.microsoft.com for
- new sample code, new versions, and to report problems.
-
- ========================================
- Instructions for Specifying Audio Codecs
- ========================================
- A mechanism for integrating and testing other ACM codecs has been
- provided in the registry. One registry entry in "HKEY_CURRENT_USER\
- Software\Microsoft\Internet\Audio\CustomACMEncodings" represents one
- specific 3rd party format and the preferential order of attempts to use
- that format. The format of the registry key is "DriverName_x_y_z" where
- x is the ACM format tag, y is the sample rate, and z is the bits per
- sample. The key value is a positive number which represents the preference
- (i.e. "first choice", "second choice", and so on.) of that format. Example:
- to specify the preferred codec as the Microsoft G 711 A-law codec at an 8k
- sample rate, 8 bits per sample, the registry key will be
- "Microsoft CCITT G 711_6_8000_8", and the value of the key will be "1".
-
- Third party codecs will be selected first, in the order specified. If there
- are no complimentary 3rd party codecs specified at both ends, then the
- default codec selection mechanism will be used.
-