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.
|
|
/*==========================================================================
* * Copyright (C) 2000 Microsoft Corporation. All Rights Reserved. * * File: dvclientengine.h * Content: Definition of class for DirectXVoice Client * * History: * Date By Reason * ==== == ====== * 07/21/2000 rodtoll Created it ***************************************************************************/
#ifndef __DVCONFIG_H
#define __DVCONFIG_H
// Why is this here? Because sometimes voxware likes to write past the last
// byte we give it.
#define COMPRESSION_SLUSH 2
#endif
|